Skip to content

Commit

Permalink
1.0-pre12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Jun 5, 2021
1 parent 39f888b commit 43d7eee
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-pre11"
version = "1.0-pre12"
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 @@ -96,7 +96,7 @@ class Skytils {
companion object {
const val MODID = "skytils"
const val MOD_NAME = "Skytils"
const val VERSION = "1.0-pre11"
const val VERSION = "1.0-pre12"

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

0 comments on commit 43d7eee

Please sign in to comment.