Skip to content

Commit

Permalink
Increase version to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Oct 12, 2022
1 parent 77c820e commit 295cd53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

group = 'net.codecrete.qrbill'
version = '3.0.5'
version = '3.0.6'
archivesBaseName = 'qrbill-generator'

sourceCompatibility = 1.8
Expand Down Expand Up @@ -135,7 +135,7 @@ tasks.withType(JavaCompile) {
dependencies {
api 'org.apache.pdfbox:pdfbox:2.0.26'
implementation 'io.nayuki:qrcodegen:1.8.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
}

0 comments on commit 295cd53

Please sign in to comment.