Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
inglettronald committed Nov 14, 2023
1 parent b5d562d commit 8eb835e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.example.archloomtemplate"
version = "1.2.5"
version = "1.2.6"

// Toolchains:
java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/dulkirmod/DulkirMod.kt
Expand Up @@ -143,7 +143,7 @@ class DulkirMod {
companion object {
const val MOD_ID = "dulkirmod"
const val MOD_NAME = "Dulkir Mod"
const val MOD_VERSION = "1.2.5"
const val MOD_VERSION = "1.2.6"
const val CHAT_PREFIX = "§f<§3DulkirMod§f>§r"

val mc: Minecraft = Minecraft.getMinecraft()
Expand Down

0 comments on commit 8eb835e

Please sign in to comment.