Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry282 committed Jan 16, 2024
1 parent 30d7e02 commit b1457e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
modName=FunnyMap
modID=funnymap
modVersion=0.7.3
modVersion=0.7.4
kotlin.code.style=official
loom.platform=forge
org.gradle.caching=true
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/funnymap/FunnyMap.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class FunnyMap {
companion object {
const val MOD_ID = "funnymap"
const val MOD_NAME = "Funny Map"
const val MOD_VERSION = "0.7.3"
const val MOD_VERSION = "0.7.4"
const val CHAT_PREFIX = "§b§l<§fFunny Map§b§l>§r"

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

0 comments on commit b1457e2

Please sign in to comment.