We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4829d5b commit f8214c6Copy full SHA for f8214c6
1 file changed
build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
}
14
15
group = "org.glavo"
16
-version = "0.3.0" + "-SNAPSHOT"
+version = "0.3.0" // + "-SNAPSHOT"
17
description = "A modern Java library for reading and writing Minecraft NBT files."
18
19
repositories {
0 commit comments