forked from FabricMC/fabric
Bump version
This commit is contained in:
parent
4c75723827
commit
cfa5f8f26a
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue