diff --git a/gradle.properties b/gradle.properties index dc131d46..c10c32ad 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=3.2.2 +mod_version=3.2.2.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/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index a2e5ad5c..28fb09c1 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -17,7 +17,7 @@ issueTrackerURL="https://github.com/StavWasPlayZ/Genshin-Instruments/issues/" #o # The modid of the mod modId="genshinstrument" #mandatory # The version number of the mod -version="3.2.2" #mandatory +version="3.2.2.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/