Bump version

This commit is contained in:
modmuss50 2020-09-29 18:53:59 +01:00
parent 3351c9d219
commit b125eefdec
2 changed files with 2 additions and 2 deletions
build.gradle
fabric-object-builder-api-v1

View file

@ -18,7 +18,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.21.0"
static def baseVersion = "0.21.1"
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.3.0")
version = getSubprojectVersion(project, "1.3.1")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')