Bump version

This commit is contained in:
modmuss50 2020-04-20 01:11:56 +01:00
parent 1e6eeb5830
commit 708a050cc0
2 changed files with 2 additions and 2 deletions
build.gradle
fabric-object-builders-v0

View file

@ -12,7 +12,7 @@ plugins {
def ENV = System.getenv()
class Globals {
static def baseVersion = "0.5.11"
static def baseVersion = "0.5.12"
static def mcVersion = "20w16a"
static def yarnVersion = "+build.1"
}

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-object-builders"
version = getSubprojectVersion(project, "0.2.4")
version = getSubprojectVersion(project, "0.2.5")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')