Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
inglettronald committed Aug 4, 2023
1 parent 7be845b commit b7cf91b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

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

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

val mc: Minecraft = Minecraft.getMinecraft()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "dulkirmod",
"name": "Dulkir Mod",
"description": "The worst skyblock mod.",
"version": "1.2.4",
"version": "1.2.5",
"mcversion": "1.8.9",
"authorList": [
"Dulkir"
Expand Down

0 comments on commit b7cf91b

Please sign in to comment.