Skip to content

Commit fddef70

Browse files
committed
Version 1.4
1 parent 1666249 commit fddef70

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
@@ -747,7 +747,7 @@ buildscript {
747747
mavenCentral()
748748
}
749749
dependencies {
750-
classpath 'io.timeandspace:jpsg-gradle-plugin:1.3'
750+
classpath 'io.timeandspace:jpsg-gradle-plugin:1.4'
751751
}
752752
}
753753

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.4-SNAPSHOT'
37+
version = '1.4'
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.3'
6+
classpath 'io.timeandspace:jpsg-gradle-plugin:1.4'
77
}
88
}
99

0 commit comments

Comments
 (0)