diff --git a/build.gradle.kts b/build.gradle.kts index 6672572f56fe..97a387c32142 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ group = "me.kcra.takenaka" // change me // format: +[-SNAPSHOT] // this is included in META-INF/MANIFEST.MF under Implementation-Version // be nice to people who use the bundles and don't change the format -version = "1.8.8+25w02a" // change me +version = "1.8.8+25w03a" // change me /** * A three-way choice of mappings. @@ -118,7 +118,7 @@ val mappingConfig = buildMappingConfig { } .map(Version::id) ) - version("25w02a") // latest snapshot, change me + version("25w03a") // latest snapshot, change me workspace(mappingCacheWorkspace) // remove Searge's ID namespace, it's not necessary