Skip to content

Commit

Permalink
Increase remaining version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Jan 12, 2020
1 parent 4c0ce97 commit f4f6ff2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/append_to_pdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ task execute(type: JavaExec) {
}

dependencies {
compile group: 'net.codecrete.qrbill', name: 'qrbill-generator', version: '2.0.1+'
compile group: 'net.codecrete.qrbill', name: 'qrbill-generator', version: '2.1.0+'
}

2 changes: 1 addition & 1 deletion examples/gradle_example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ task execute(type: JavaExec) {
}

dependencies {
compile group: 'net.codecrete.qrbill', name: 'qrbill-generator', version: '2.0.1+'
compile group: 'net.codecrete.qrbill', name: 'qrbill-generator', version: '2.1.0+'
}
2 changes: 1 addition & 1 deletion examples/kotlin_example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ task execute(type: JavaExec) {

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
compile "net.codecrete.qrbill:qrbill-generator:2.0.1+"
compile "net.codecrete.qrbill:qrbill-generator:2.1.0+"
}

compileKotlin {
Expand Down
2 changes: 1 addition & 1 deletion examples/maven_example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>net.codecrete.qrbill</groupId>
<artifactId>qrbill-generator</artifactId>
<version>[2.0.1,)</version>
<version>[2.1.0,)</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion examples/perftest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ task execute(type: JavaExec) {
}

dependencies {
compile group: 'net.codecrete.qrbill', name: 'qrbill-generator', version: '2.0+'
compile group: 'net.codecrete.qrbill', name: 'qrbill-generator', version: '2.1+'
}

2 changes: 1 addition & 1 deletion ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'net.codecrete.qrbill'
version = '2.0.1'
version = '2.1.0'

task angular(type: NpmTask) {
args = ['run', 'build']
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "2.0.1",
"version": "2.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --base-href /qrbill/",
Expand Down
2 changes: 1 addition & 1 deletion web/src/main/resources/static/qrbill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ info:
characters are used, they are automatically replaced. The validation result contains warnings about
truncations and replacements.
version: 2.0.1
version: 2.1.0
license:
name: "MIT License"
url: "https://opensource.org/licenses/MIT"
Expand Down

0 comments on commit f4f6ff2

Please sign in to comment.