Skip to content

Commit

Permalink
1.0-pre11
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed May 30, 2021
1 parent fac4891 commit ee6bd0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {

ext.kotlin_version = "1.5.0"

version = "1.0-pre10"
version = "1.0-pre11"
group = "skytils.skytilsmod"
archivesBaseName = "Skytils"

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 @@ -99,7 +99,7 @@ class Skytils {
companion object {
const val MODID = "skytils"
const val MOD_NAME = "Skytils"
const val VERSION = "1.0-pre10"
const val VERSION = "1.0-pre11"

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

0 comments on commit ee6bd0f

Please sign in to comment.