Skip to content

Commit

Permalink
Build: Update version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattco98 committed May 11, 2022
1 parent d5f0157 commit 8dc2e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'kotlin'
apply plugin: 'org.jetbrains.dokka'

version = "2.1.0-" + (
version = "2.1.1-" + (
mcVersion.toString().substring(0, 1) + "." +
mcVersion.toString().substring(1, 3).replace("0", "") + "." +
mcVersion.toString().substring(3, 5).replace("0", "")
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/chattriggers/ctjs/Reference.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import kotlin.math.roundToInt
object Reference {
const val MODID = "chattriggers"
const val MODNAME = "ChatTriggers"
const val MODVERSION = "2.1.0"
const val MODVERSION = "2.1.1"

var isLoaded = true

Expand Down

0 comments on commit 8dc2e29

Please sign in to comment.