Skip to content

Commit

Permalink
Build: Update to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattco98 committed Mar 17, 2022
1 parent a18af51 commit 8926926
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.0.3-" + (
version = "2.0.4-" + (
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 @@ -25,7 +25,7 @@ import kotlin.math.roundToInt
object Reference {
const val MODID = "chattriggers"
const val MODNAME = "ChatTriggers"
const val MODVERSION = "2.0.3"
const val MODVERSION = "2.0.4"

var isLoaded = true

Expand Down

0 comments on commit 8926926

Please sign in to comment.