mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 11:20:55 -04:00
Bump Version
This commit is contained in:
parent
bef4575888
commit
f444f16314
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ plugins {
|
|||
def ENV = System.getenv()
|
||||
|
||||
class Globals {
|
||||
static def baseVersion = "0.12.2"
|
||||
static def baseVersion = "0.12.3"
|
||||
static def mcVersion = "1.16-pre6"
|
||||
static def yarnVersion = "+build.1"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-command-api-v1"
|
||||
version = getSubprojectVersion(project, "1.0.6")
|
||||
version = getSubprojectVersion(project, "1.0.7")
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':fabric-api-base', configuration: 'dev')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue