Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Jan 18, 2022
1 parent 611f276 commit 7236f56
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 @@ -29,7 +29,7 @@ plugins {
java
}

version = "1.1.0"
version = "1.1.1"
group = "skytils.skytilsmod"

mixin {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/skytils/skytilsmod/Skytils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Skytils {
companion object : CoroutineScope {
const val MODID = "skytils"
const val MOD_NAME = "Skytils"
const val VERSION = "1.1.0"
const val VERSION = "1.1.1"

@JvmField
val gson: Gson = GsonBuilder()
Expand Down

0 comments on commit 7236f56

Please sign in to comment.