Skip to content

Commit

Permalink
Bump version to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Jun 8, 2023
1 parent be9a7bf commit 32a1e1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions public/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 32a1e1e

Please sign in to comment.