Skip to content

Commit

Permalink
Lowering the version down to 0.9.0 until I've verified that a 1.0.0 r…
Browse files Browse the repository at this point in the history
…elease version.
  • Loading branch information
jameskbride committed Oct 26, 2023
1 parent 28e00df commit 9a85c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JAR = build/libs/local-sns-1.0.0.jar
JAR = build/libs/local-sns-0.9.0.jar

TAG = dev

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}


val versionNumber = "1.0.0"
val versionNumber = "0.9.0"
group = "com.jameskbride.localsns"
version = "$versionNumber-SNAPSHOT"

Expand Down

0 comments on commit 9a85c4b

Please sign in to comment.