Skip to content

Commit bab7491

Browse files
Merge pull request #10 from anotherchrisberry/version-bump
bump version to 0.4.1
2 parents 2012ac1 + efb81d2 commit bab7491

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: build.gradle

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
def spockRetryVersion = "0.4.1"
2+
13
buildscript {
24
repositories {
35
jcenter()
@@ -34,7 +36,7 @@ publishing {
3436
from components.java
3537
groupId "com.anotherchrisberry"
3638
artifactId "spock-retry"
37-
version "0.4"
39+
version "${spockRetryVersion}"
3840
artifact sourceJar {
3941
classifier "sources"
4042
}
@@ -52,9 +54,9 @@ bintray {
5254
vcsUrl = "https://github.com/anotherchrisberry/spock-retry.git"
5355
publications = ["mavenJava"]
5456
version {
55-
name = "0.4.0"
57+
name = "${spockRetryVersion}"
5658
released = new Date()
57-
vcsTag = "0.4"
59+
vcsTag = "${spockRetryVersion}"
5860
}
5961
}
6062
}

0 commit comments

Comments
 (0)