Skip to content

Commit dee738c

Browse files
committed
Version 1.3
1 parent 02caef4 commit dee738c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ buildscript {
745745
mavenCentral()
746746
}
747747
dependencies {
748-
classpath 'io.timeandspace:jpsg-gradle-plugin:1.2'
748+
classpath 'io.timeandspace:jpsg-gradle-plugin:1.3'
749749
}
750750
}
751751

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434
}
3535

3636
group = 'io.timeandspace'
37-
version = '1.3-SNAPSHOT'
37+
version = '1.3'
3838
}
3939

4040
subprojects {

jpsg-gradle-plugin-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenLocal()
44
}
55
dependencies {
6-
classpath 'io.timeandspace:jpsg-gradle-plugin:1.2'
6+
classpath 'io.timeandspace:jpsg-gradle-plugin:1.3'
77
}
88
}
99

0 commit comments

Comments
 (0)