mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-08 21:14:41 -04:00
Bump versions
This commit is contained in:
parent
1d383bb698
commit
198a96213c
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ plugins {
|
|||
def ENV = System.getenv()
|
||||
|
||||
class Globals {
|
||||
static def baseVersion = "0.34.10"
|
||||
static def baseVersion = "0.35.0"
|
||||
static def mcVersion = "1.17"
|
||||
static def yarnVersion = "+build.6"
|
||||
static def loaderVersion = "0.11.3"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-screen-api-v1"
|
||||
version = getSubprojectVersion(project, "1.0.3")
|
||||
version = getSubprojectVersion(project, "1.0.4")
|
||||
|
||||
moduleDependencies(project, [
|
||||
'fabric-api-base'
|
||||
|
|
Loading…
Add table
Reference in a new issue