mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
Bump versions
This commit is contained in:
parent
8a5c621a87
commit
676f40fa73
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ plugins {
|
||||||
def ENV = System.getenv()
|
def ENV = System.getenv()
|
||||||
|
|
||||||
class Globals {
|
class Globals {
|
||||||
static def baseVersion = "0.34.9"
|
static def baseVersion = "0.34.10"
|
||||||
static def mcVersion = "1.17"
|
static def mcVersion = "1.17"
|
||||||
static def yarnVersion = "+build.6"
|
static def yarnVersion = "+build.6"
|
||||||
static def loaderVersion = "0.11.3"
|
static def loaderVersion = "0.11.3"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
archivesBaseName = "fabric-renderer-api-v1"
|
archivesBaseName = "fabric-renderer-api-v1"
|
||||||
version = getSubprojectVersion(project, "0.4.2")
|
version = getSubprojectVersion(project, "0.4.3")
|
||||||
|
|
||||||
moduleDependencies(project, [
|
moduleDependencies(project, [
|
||||||
'fabric-api-base'
|
'fabric-api-base'
|
||||||
|
|
Loading…
Reference in a new issue