Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry282 committed Aug 13, 2024
1 parent 295653f commit ba49c64
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.4
modVersion=0.7.5
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 @@ -40,7 +40,7 @@ import kotlin.coroutines.EmptyCoroutineContext
object FunnyMap {
const val MOD_ID = "funnymap"
const val MOD_NAME = "Funny Map"
const val MOD_VERSION = "0.7.4"
const val MOD_VERSION = "0.7.5"
val CHAT_PREFIX: String
get() = "§b§l<§f${Config.customPrefix.ifBlank { MOD_NAME }}§b§l>§r"

Expand Down

0 comments on commit ba49c64

Please sign in to comment.