mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
Bump version
This commit is contained in:
parent
98295c3114
commit
e369698318
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ plugins {
|
|||
def ENV = System.getenv()
|
||||
|
||||
class Globals {
|
||||
static def baseVersion = "0.35.1"
|
||||
static def baseVersion = "0.35.2"
|
||||
static def mcVersion = "1.17"
|
||||
static def yarnVersion = "+build.6"
|
||||
static def loaderVersion = "0.11.3"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-structure-api-v1"
|
||||
version = getSubprojectVersion(project, "1.1.10")
|
||||
version = getSubprojectVersion(project, "1.1.11")
|
||||
moduleDependencies(project, [
|
||||
'fabric-lifecycle-events-v1',
|
||||
'fabric-api-base'
|
||||
|
|
Loading…
Reference in a new issue