Bump versions

This commit is contained in:
Player 2019-12-10 22:46:06 +01:00
parent 6d8d2cc9dc
commit abd91580dd
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.23"
static def baseVersion = "0.4.24"
static def mcVersion = "1.15"
static def yarnVersion = "+build.1"
}

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-tag-extensions-v0"
version = getSubprojectVersion(project, "0.1.2")
version = getSubprojectVersion(project, "0.1.3")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')