Skip to content

Commit bbc9576

Browse files
committed
Set version to 1.2.0
1 parent 9b49313 commit bbc9576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sourceCompatibility = 1.8
1717
targetCompatibility = 1.8
1818

1919
group = "com.bearwaves"
20-
version = "1.2.0-SNAPSHOT"
20+
version = "1.2.0"
2121

2222
repositories {
2323
mavenCentral()
@@ -142,4 +142,4 @@ signing {
142142
def signingPassword = findProperty("signingPassword")
143143
useInMemoryPgpKeys(signingKey, signingPassword)
144144
sign publishing.publications.maven
145-
}
145+
}

0 commit comments

Comments
 (0)