Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
inglettronald committed Jul 2, 2023
1 parent 5e48ef7 commit 7ce99bd
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.3"
version = "1.2.4"

// 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 @@ -141,7 +141,7 @@ class DulkirMod {
companion object {
const val MOD_ID = "dulkirmod"
const val MOD_NAME = "Dulkir Mod"
const val MOD_VERSION = "1.2.3"
const val MOD_VERSION = "1.2.4"
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.3",
"version": "1.2.4",
"mcversion": "1.8.9",
"authorList": [
"Dulkir"
Expand Down

0 comments on commit 7ce99bd

Please sign in to comment.