Skip to content

Commit 03632cf

Browse files
committed
release: 0.35.0
1 parent 012b832 commit 03632cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fabric_version=0.119.4+1.21.4
4444
# Loom
4545
loom_version=1.11-SNAPSHOT
4646
# Mod Properties
47-
mod_version=0.34.1
47+
mod_version=0.35.0
4848
maven_group=net.ccbluex
4949
archives_base_name=liquidbounce
5050
# Kotlin

src/main/kotlin/net/ccbluex/liquidbounce/LiquidBounce.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ object LiquidBounce : EventListener {
130130
*
131131
* TODO: Replace this approach with full semantic versioning.
132132
*/
133-
const val IN_DEVELOPMENT = true
133+
const val IN_DEVELOPMENT = false
134134

135135
/**
136136
* Client logger to print out console messages

0 commit comments

Comments
 (0)