mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
Bump version
This commit is contained in:
parent
ea08f9d850
commit
91e182c28a
2 changed files with 6 additions and 6 deletions
|
@ -741,7 +741,7 @@ curseforge {
|
|||
id = "306612"
|
||||
changelog = ENV.CHANGELOG ?: "No changelog provided"
|
||||
releaseType = project.prerelease == "true" ? "beta" : "release"
|
||||
addGameVersion "1.20-Snapshot"
|
||||
addGameVersion "1.20.1"
|
||||
addGameVersion "Fabric"
|
||||
|
||||
mainArtifact(signingEnabled ? signRemapJar.output : remapJar) {
|
||||
|
|
|
@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx2560M
|
|||
org.gradle.parallel=true
|
||||
fabric.loom.multiProjectOptimisation=true
|
||||
|
||||
version=0.83.0
|
||||
minecraft_version=1.20.1-rc1
|
||||
version=0.83.1
|
||||
minecraft_version=1.20.1
|
||||
yarn_version=+build.1
|
||||
loader_version=0.14.21
|
||||
installer_version=0.11.1
|
||||
|
||||
prerelease=true
|
||||
prerelease=false
|
||||
|
||||
# Do not manually update, use the bumpversions task:
|
||||
fabric-api-base-version=0.4.29
|
||||
|
@ -22,7 +22,7 @@ fabric-commands-v0-version=0.2.49
|
|||
fabric-containers-v0-version=0.1.61
|
||||
fabric-content-registries-v0-version=4.0.7
|
||||
fabric-crash-report-info-v1-version=0.2.18
|
||||
fabric-data-generation-api-v1-version=12.1.10
|
||||
fabric-data-generation-api-v1-version=12.1.11
|
||||
fabric-dimensions-v1-version=2.1.51
|
||||
fabric-entity-events-v1-version=1.5.21
|
||||
fabric-events-interaction-v0-version=0.6.0
|
||||
|
@ -52,7 +52,7 @@ fabric-rendering-data-attachment-v1-version=0.3.33
|
|||
fabric-rendering-fluids-v1-version=3.0.26
|
||||
fabric-rendering-v0-version=1.1.47
|
||||
fabric-rendering-v1-version=3.0.6
|
||||
fabric-resource-conditions-api-v1-version=2.3.4
|
||||
fabric-resource-conditions-api-v1-version=2.3.5
|
||||
fabric-resource-loader-v0-version=0.11.7
|
||||
fabric-screen-api-v1-version=2.0.6
|
||||
fabric-screen-handler-api-v1-version=1.3.27
|
||||
|
|
Loading…
Reference in a new issue