Version bump

This commit is contained in:
modmuss50 2019-12-10 15:20:25 +00:00
parent 5dcfb8552b
commit 3b05f68e06
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.4.22"
static def baseVersion = "0.4.23"
static def mcVersion = "1.15"
static def yarnVersion = "+build.1"
}

View file

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