diff --git a/build.gradle.kts b/build.gradle.kts index 91f61e33..b9bf9b79 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ fun getNpmVersion(): String { allprojects { group = "com.sphereon.oid.fed" - version = "0.2.2-SNAPSHOT" + version = "0.2.4-SNAPSHOT" val npmVersion by extra { getNpmVersion() } // Common repository configuration for all projects