diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-06-25 15:08:52 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-06-25 15:08:52 +0800 |
| commit | d551d8bc8f01a66fd330f3ff6941965011803714 (patch) | |
| tree | 0be69e78af25d4f2f5f24c9a1624754072bb1c18 | |
| parent | fd97647ebf202e6cdfa0e08c4d3e7e116afcda00 (diff) | |
| download | RoughlyEnoughItems-d551d8bc8f01a66fd330f3ff6941965011803714.tar.gz RoughlyEnoughItems-d551d8bc8f01a66fd330f3ff6941965011803714.tar.bz2 RoughlyEnoughItems-d551d8bc8f01a66fd330f3ff6941965011803714.zip | |
Bump versions
Signed-off-by: shedaniel <daniel@shedaniel.me>
| -rwxr-xr-x | build.gradle | 2 | ||||
| -rw-r--r-- | gradle.properties | 14 |
2 files changed, 9 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index 953dd8933..00c50677d 100755 --- a/build.gradle +++ b/build.gradle @@ -174,6 +174,8 @@ curseforge { changelogType = "html" changelog = releaseChangelog addGameVersion "1.16-Snapshot" + addGameVersion "1.16" + addGameVersion "1.16.1" addGameVersion "Java 8" addGameVersion "Fabric" relations { diff --git a/gradle.properties b/gradle.properties index 1ea5f68fb..7269dd5ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ org.gradle.jvmargs=-Xmx3G -mod_version=4.5.4 -supported_version=1.16 -minecraft_version=1.16-rc1 -yarn_version=1.16-rc1+build.4+legacy.20w09a+build.8 +mod_version=4.5.5 +supported_version=1.16.x +minecraft_version=1.16.1 +yarn_version=1.16.1+build.4+legacy.20w09a+build.8 fabricloader_version=0.8.8+build.202 -cloth_client_events_v0_version=1.0.2 +cloth_client_events_v0_version=1.0.4 cloth_config_version=4.5.6 -modmenu_version=1.12.1+build.15 -fabric_api=0.12.5+build.367-1.16 +modmenu_version=1.12.2+build.16 +fabric_api=0.13.1+build.370-1.16 autoconfig1u=3.2.0-unstable api_include=me.shedaniel.cloth.api:cloth-client-events-v0,me.shedaniel.cloth:config-2,me.sargunvohra.mcmods:autoconfig1u,net.fabricmc.fabric-api:fabric-api-base api_exculde= |
