Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
(cherry picked from commit ae00bf5ab4a43ca981ec96b07bec80a891c42a4f)
  • Loading branch information
Harry282 committed Oct 2, 2022
1 parent ab6aefc commit e6fb920
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
java
}

version = "0.6.1"
version = "0.6.2"
group = "funnymap"

repositories {
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 @@ -65,7 +65,7 @@ class FunnyMap {
companion object {
const val MOD_ID = "funnymap"
const val MOD_NAME = "Funny Map"
const val MOD_VERSION = "0.6.1"
const val MOD_VERSION = "0.6.2"
const val CHAT_PREFIX = "§b§l<§fFunny Map§b§l>§r"
const val NEKO_PREFIX = "§b§l<§dNeko §fMap§b§l>§r"

Expand Down

0 comments on commit e6fb920

Please sign in to comment.