mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-16 03:39:48 -05:00
Bump version
This commit is contained in:
parent
1fe2961f4b
commit
0fb9af842c
2 changed files with 2 additions and 2 deletions
|
@ -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 = "1.15.2"
|
||||
static def yarnVersion = "+build.1"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-object-builders"
|
||||
version = getSubprojectVersion(project, "0.1.3")
|
||||
version = getSubprojectVersion(project, "0.1.4")
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':fabric-api-base', configuration: 'dev')
|
||||
|
|
Loading…
Reference in a new issue