From 32a1e1e6b703d054d860057276b613394a300be9 Mon Sep 17 00:00:00 2001 From: StavWasPlayZ Date: Thu, 8 Jun 2023 23:57:13 +0300 Subject: [PATCH] Bump version to v2.7.1 --- gradle.properties | 2 +- public/updates.json | 7 ++++--- src/main/resources/META-INF/mods.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2c9e2f7e..5f465a76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -49,7 +49,7 @@ mod_name=Genshin Instruments # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=CC-BY-NC 4.0 # The mod version. See https://semver.org/ -mod_version=2.7 +mod_version=2.7.1 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/public/updates.json b/public/updates.json index 6a3533c3..4b96bd63 100644 --- a/public/updates.json +++ b/public/updates.json @@ -20,7 +20,8 @@ "2.6": "- Added the visual play ring from Genshin", - "2.7": "- Updated mod to MC v1.20" + "2.7": "- Updated mod to MC v1.20", + "2.7.1": "- Fixed play ring's alpha channel rendering incorrectly" }, "promos": { @@ -30,7 +31,7 @@ "1.19.4-latest": "2.6", "1.19.4-recommended": "2.6", - "1.20-latest": "2.7", - "1.20-recommended": "2.7" + "1.20-latest": "2.7.1", + "1.20-recommended": "2.7.1" } } \ No newline at end of file diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index b839385a..4abe7646 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -17,7 +17,7 @@ license="CC-BY-NC 4.0" # The modid of the mod modId="genshinstrument" #mandatory # The version number of the mod -version="2.7" #mandatory +version="2.7.1" #mandatory # A display name for the mod displayName="Genshin Instruments" #mandatory # A URL to query for updates for this mod. See the JSON update specification https://docs.minecraftforge.net/en/latest/misc/updatechecker/