Skip to content

Commit

Permalink
1.0-pre20
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Jul 27, 2021
1 parent fddac5e commit 554df95
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
Expand Up @@ -28,7 +28,7 @@ plugins {
id("org.spongepowered.mixin") version "d5f9873d60"
}

version = "1.0-pre19.1"
version = "1.0-pre20"
group = "skytils.skytilsmod"

minecraft {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/skytils/skytilsmod/Skytils.kt
Expand Up @@ -97,7 +97,7 @@ class Skytils {
companion object {
const val MODID = "skytils"
const val MOD_NAME = "Skytils"
const val VERSION = "1.0-pre19.1"
const val VERSION = "1.0-pre20"

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

0 comments on commit 554df95

Please sign in to comment.