Skip to content

Commit

Permalink
#134 version bump backend-util
Browse files Browse the repository at this point in the history
  • Loading branch information
pveeckhout committed Nov 29, 2023
1 parent 5430ea5 commit 671b72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'io.edpn.backend'
version = '0.0.6-SNAPSHOT'
version = '0.1.0-SNAPSHOT'
compileJava.options.encoding = 'UTF-8'

java {
Expand All @@ -32,7 +32,7 @@ repositories {
}

ext {
backendUtilVersion = '0.1.0-SNAPSHOT'
backendUtilVersion = '0.2.0-SNAPSHOT'
jacksonVersion = '2.14.2'
junitJupiterVersion = "5.9.3"
}
Expand Down

0 comments on commit 671b72d

Please sign in to comment.