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 49e7302 commit 8a82571Copy full SHA for 8a82571
gradle.properties
@@ -42,7 +42,7 @@ fabric_version=0.119.4+1.21.4
42
# Loom
43
loom_version=1.11-SNAPSHOT
44
# Mod Properties
45
-mod_version=0.33.1
+mod_version=0.34.0
46
maven_group=net.ccbluex
47
archives_base_name=liquidbounce
48
# 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