Skip to content

Commit

Permalink
chore: increase version to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Dec 17, 2024
1 parent e5a0dbf commit 993df9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fabric_version=0.110.0+1.21.1
# Loom
loom_version=1.9-SNAPSHOT
# Mod Properties
mod_version=0.22.0
mod_version=0.22.1
maven_group=net.ccbluex
archives_base_name=liquidbounce
# Kotlin
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/net/ccbluex/liquidbounce/LiquidBounce.kt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ object LiquidBounce : EventListener {
*
* TODO: Replace this approach with full semantic versioning.
*/
const val IN_DEVELOPMENT = false
const val IN_DEVELOPMENT = true

val isIntegrationTesting = !System.getenv("TENACC_TEST_PROVIDER").isNullOrBlank()

Expand Down

0 comments on commit 993df9c

Please sign in to comment.