mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-22 21:15:23 -04:00
Bump versions
This commit is contained in:
parent
605f22add7
commit
86f8729ec4
2 changed files with 9 additions and 9 deletions
|
@ -2,14 +2,14 @@ org.gradle.jvmargs=-Xmx2560M
|
|||
org.gradle.parallel=true
|
||||
fabric.loom.multiProjectOptimisation=true
|
||||
|
||||
version=0.102.0
|
||||
version=0.102.1
|
||||
minecraft_version=1.21.1-rc1
|
||||
yarn_version=+build.1
|
||||
loader_version=0.15.11
|
||||
installer_version=1.0.1
|
||||
|
||||
prerelease=true
|
||||
curseforge_minecraft_version=1.21.1-Snapshot
|
||||
prerelease=false
|
||||
curseforge_minecraft_version=1.21.1
|
||||
|
||||
# Do not manually update, use the bumpversions task:
|
||||
fabric-api-base-version=0.4.42
|
||||
|
@ -24,7 +24,7 @@ fabric-commands-v0-version=0.2.66
|
|||
fabric-content-registries-v0-version=8.0.16
|
||||
fabric-crash-report-info-v1-version=0.2.29
|
||||
fabric-data-attachment-api-v1-version=1.1.27
|
||||
fabric-data-generation-api-v1-version=20.2.16
|
||||
fabric-data-generation-api-v1-version=20.2.17
|
||||
fabric-dimensions-v1-version=4.0.0
|
||||
fabric-entity-events-v1-version=1.6.12
|
||||
fabric-events-interaction-v0-version=0.7.12
|
||||
|
@ -53,11 +53,11 @@ fabric-rendering-v0-version=1.1.71
|
|||
fabric-rendering-v1-version=5.0.5
|
||||
fabric-resource-conditions-api-v1-version=4.3.0
|
||||
fabric-resource-loader-v0-version=1.3.0
|
||||
fabric-screen-api-v1-version=2.0.24
|
||||
fabric-screen-api-v1-version=2.0.25
|
||||
fabric-screen-handler-api-v1-version=1.3.86
|
||||
fabric-sound-api-v1-version=1.0.23
|
||||
fabric-transfer-api-v1-version=5.1.16
|
||||
fabric-transfer-api-v1-version=5.1.17
|
||||
fabric-transitive-access-wideners-v1-version=6.1.0
|
||||
fabric-convention-tags-v1-version=2.0.19
|
||||
fabric-convention-tags-v2-version=2.5.0
|
||||
fabric-convention-tags-v1-version=2.0.20
|
||||
fabric-convention-tags-v2-version=2.6.0
|
||||
fabric-client-tags-api-v1-version=1.1.15
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"depends": {
|
||||
"fabricloader": ">=0.15.11",
|
||||
"java": ">=21",
|
||||
"minecraft": ">=1.21.1- <1.21.2-"
|
||||
"minecraft": ">=1.21- <1.21.2-"
|
||||
},
|
||||
"description": "Core API module providing key hooks and intercompatibility features."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue