Version bump

This commit is contained in:
modmuss50 2020-06-01 17:18:57 +01:00
parent 31c789fd11
commit 0e8ef4f8b9
2 changed files with 2 additions and 2 deletions
build.gradle
fabric-biomes-v1

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.11.1"
static def baseVersion = "0.11.2"
static def mcVersion = "20w22a"
static def yarnVersion = "+build.1"
}

View file

@ -1,2 +1,2 @@
archivesBaseName = "fabric-biomes-v1"
version = getSubprojectVersion(project, "0.2.4")
version = getSubprojectVersion(project, "0.2.5")