Skip to content

Commit

Permalink
Set version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelOtter committed Jan 22, 2024
1 parent 9b49313 commit bbc9576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

group = "com.bearwaves"
version = "1.2.0-SNAPSHOT"
version = "1.2.0"

repositories {
mavenCentral()
Expand Down Expand Up @@ -142,4 +142,4 @@ signing {
def signingPassword = findProperty("signingPassword")
useInMemoryPgpKeys(signingKey, signingPassword)
sign publishing.publications.maven
}
}

0 comments on commit bbc9576

Please sign in to comment.