Bump version

This commit is contained in:
Player 2020-02-10 00:58:35 +01:00
parent 4c75723827
commit cfa5f8f26a
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.30"
static def baseVersion = "0.4.31"
static def mcVersion = "20w06a"
static def yarnVersion = "+build.1"
}

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-renderer-indigo"
version = getSubprojectVersion(project, "0.2.23")
version = getSubprojectVersion(project, "0.2.24")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')