Bump version

This commit is contained in:
modmuss50 2020-05-29 20:10:14 +01:00
parent e336d62478
commit 5ff93ffd61
2 changed files with 2 additions and 2 deletions
build.gradle
fabric-object-builder-api-v1

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.10.8"
static def baseVersion = "0.11.0"
static def mcVersion = "1.15.2"
static def yarnVersion = "+build.1"
}

View file

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