mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-28 10:36:43 -05:00
Version Bump
This commit is contained in:
parent
3d76399a1e
commit
f794278638
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ plugins {
|
||||||
def ENV = System.getenv()
|
def ENV = System.getenv()
|
||||||
|
|
||||||
class Globals {
|
class Globals {
|
||||||
static def baseVersion = "0.16.0"
|
static def baseVersion = "0.16.2"
|
||||||
static def mcVersion = "1.15.2"
|
static def mcVersion = "1.15.2"
|
||||||
static def yarnVersion = "+build.1"
|
static def yarnVersion = "+build.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
archivesBaseName = "fabric-lifecycle-events-v1"
|
archivesBaseName = "fabric-lifecycle-events-v1"
|
||||||
version = getSubprojectVersion(project, "1.1.0")
|
version = getSubprojectVersion(project, "1.2.0")
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(path: ':fabric-api-base', configuration: 'dev')
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
||||||
|
|
Loading…
Reference in a new issue