Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leventov committed Sep 27, 2019
1 parent 02caef4 commit dee738c
Show file tree
Hide file tree
Showing 3 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 @@ -745,7 +745,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'io.timeandspace:jpsg-gradle-plugin:1.2'
classpath 'io.timeandspace:jpsg-gradle-plugin:1.3'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
}

group = 'io.timeandspace'
version = '1.3-SNAPSHOT'
version = '1.3'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion jpsg-gradle-plugin-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'io.timeandspace:jpsg-gradle-plugin:1.2'
classpath 'io.timeandspace:jpsg-gradle-plugin:1.3'
}
}

Expand Down

0 comments on commit dee738c

Please sign in to comment.