From 21a0aa8594eb5b9817d33e1d7450fc64baac5b4a Mon Sep 17 00:00:00 2001 From: John Melati Date: Wed, 15 Jan 2025 22:35:48 +0100 Subject: [PATCH] fix: remove old chown --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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