Version bump

This commit is contained in:
Player 2019-10-17 00:27:10 +02:00
parent 67f1526c06
commit 38a28ddb59
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.4.5"
static def baseVersion = "0.4.6"
static def mcVersion = "19w42a"
static def yarnVersion = "+build.1"
}

View file

@ -1,2 +1,2 @@
archivesBaseName = "fabric-api-base"
version = getSubprojectVersion(project, "0.1.0")
version = getSubprojectVersion(project, "0.1.1")