Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Jan 29, 2024
1 parent 5649bc5 commit b496e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To use on Gradle, add Iceaxe library to dependencies.

```
dependencies {
implementation 'com.tsurugidb.iceaxe:iceaxe-core:1.1.0'
implementation 'com.tsurugidb.iceaxe:iceaxe-core:1.2.0'
implementation 'org.slf4j:slf4j-simple:1.7.32'
}
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/groovy/iceaxe.java-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ plugins {
}

group = 'com.tsurugidb.iceaxe'
version = '1.2.0-SNAPSHOT'
version = '1.2.0'

ext {
tsubakuroVersion = '1.2.0-SNAPSHOT'
tsubakuroVersion = '1.2.0'
isReleaseVersion = !version.endsWith("SNAPSHOT")
}

Expand Down

0 comments on commit b496e7f

Please sign in to comment.