mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-11 22:45:38 -04:00
Bump versions
This commit is contained in:
parent
6e4bae3683
commit
8d89ed54f2
4 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ plugins {
|
|||
def ENV = System.getenv()
|
||||
|
||||
class Globals {
|
||||
static def baseVersion = "0.33.4"
|
||||
static def baseVersion = "0.34.0"
|
||||
static def mcVersion = "21w17a"
|
||||
static def yarnVersion = "+build.2"
|
||||
static def loaderVersion = "0.10.5+build.213"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-api-base"
|
||||
version = getSubprojectVersion(project, "0.2.2")
|
||||
version = getSubprojectVersion(project, "0.3.0")
|
||||
|
||||
dependencies {
|
||||
testmodCompile project(path: ':fabric-command-api-v1', configuration: 'dev')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-entity-events-v1"
|
||||
version = getSubprojectVersion(project, "1.0.3")
|
||||
version = getSubprojectVersion(project, "1.1.0")
|
||||
|
||||
moduleDependencies(project, [
|
||||
'fabric-api-base'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-object-builder-api-v1"
|
||||
version = getSubprojectVersion(project, "1.10.5")
|
||||
version = getSubprojectVersion(project, "1.10.6")
|
||||
|
||||
dependencies {
|
||||
testmodCompile project(path: ':fabric-command-api-v1', configuration: 'dev')
|
||||
|
|
Loading…
Add table
Reference in a new issue