Skip to content

Commit 5932127

Browse files
committed
chore: increase version to 0.35.3
1 parent 449ff34 commit 5932127

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.136.0+1.21.8
4444
# Loom
4545
loom_version=1.13-SNAPSHOT
4646
# Mod Properties
47-
mod_version=0.35.2
47+
mod_version=0.35.3
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
@@ -142,7 +142,7 @@ object LiquidBounce : EventListener {
142142
*
143143
* TODO: Replace this approach with full semantic versioning.
144144
*/
145-
const val IN_DEVELOPMENT = false
145+
const val IN_DEVELOPMENT = true
146146

147147
/**
148148
* Client logger to print out console messages

0 commit comments

Comments
 (0)