We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea26f5f commit aa6985dCopy full SHA for aa6985d
build.gradle.kts
@@ -5,5 +5,6 @@ plugins {
5
6
allprojects {
7
group = "me.kcra.takenaka"
8
- version = "1.1.2-SNAPSHOT"
+ version = "1.1.2"
9
+ description = "A Kotlin library for reconciling multiple obfuscation mapping files from multiple versions of Minecraft: JE."
10
}
0 commit comments