Skip to content

Commit

Permalink
Build: Bump version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattco98 committed Feb 22, 2022
1 parent 3899cbf commit e2f903b
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.2-" + (
version = "2.0.3-" + (
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.2"
const val MODVERSION = "2.0.3"

var isLoaded = true

Expand Down

0 comments on commit e2f903b

Please sign in to comment.