Skip to content

Commit

Permalink
fix: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Jan 15, 2025
1 parent 6d51bdf commit 3859254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fun getNpmVersion(): String {

allprojects {
group = "com.sphereon.oid.fed"
version = "0.1.2"
version = "0.1.2-SNAPSHOT"
val npmVersion by extra { getNpmVersion() }

repositories {
Expand Down

0 comments on commit 3859254

Please sign in to comment.