Version Bump

This commit is contained in:
modmuss50 2020-07-29 20:06:47 +01:00
parent 5098e03e12
commit 74cc3b2021
2 changed files with 2 additions and 2 deletions
build.gradle
fabric-lifecycle-events-v1

View file

@ -18,7 +18,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.16.1"
static def baseVersion = "0.16.2"
static def mcVersion = "1.16.2-pre1"
static def yarnVersion = "+build.1"
}

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-lifecycle-events-v1"
version = getSubprojectVersion(project, "1.1.0")
version = getSubprojectVersion(project, "1.2.0")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')