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 012b832 commit 03632cfCopy full SHA for 03632cf
gradle.properties
@@ -44,7 +44,7 @@ fabric_version=0.119.4+1.21.4
44
# Loom
45
loom_version=1.11-SNAPSHOT
46
# Mod Properties
47
-mod_version=0.34.1
+mod_version=0.35.0
48
maven_group=net.ccbluex
49
archives_base_name=liquidbounce
50
# Kotlin
src/main/kotlin/net/ccbluex/liquidbounce/LiquidBounce.kt
@@ -130,7 +130,7 @@ object LiquidBounce : EventListener {
130
*
131
* TODO: Replace this approach with full semantic versioning.
132
*/
133
- const val IN_DEVELOPMENT = true
+ const val IN_DEVELOPMENT = false
134
135
/**
136
* Client logger to print out console messages
0 commit comments