diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbd9f6..d8d2bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#### **\[Build MC26.1-v1.2.1\]:** + +- Fixed incompatibility with [In-Game Account Switcher](https://modrinth.com/mod/in-game-account-switcher) ([thanks to Sw3ys, #23](https://github.com/Aizistral-Studios/No-Chat-Restrictions/pull/23)). + #### **\[Build MC26.2-v1.2.0\]:** - Initial release for Minecraft 26.2; diff --git a/Fabric/gradle.properties b/Fabric/gradle.properties index 225a565..b087131 100644 --- a/Fabric/gradle.properties +++ b/Fabric/gradle.properties @@ -12,7 +12,7 @@ loader_version=0.19.3 loom_version=1.17-SNAPSHOT # Mod Properties -mod_version=Fabric-MC26.2-v1.2.0 +mod_version=Fabric-MC26.2-v1.2.1 maven_group=com.aizistral.nochatrestrictions archives_base_name=NoChatRestrictions diff --git a/Forge/gradle.properties b/Forge/gradle.properties index a1edd7c..138c4a0 100644 --- a/Forge/gradle.properties +++ b/Forge/gradle.properties @@ -8,7 +8,7 @@ minecraft_version=26.2 forge_version=65.0.0 archivesBaseName=NoChatRestrictions -modVersion=Forge-MC26.2-v1.2.0 -manifestVersion=26.2-v1.2.0 +modVersion=Forge-MC26.2-v1.2.1 +manifestVersion=26.2-v1.2.1 net.minecraftforge.gradle.merge-source-sets=true \ No newline at end of file diff --git a/NeoForge/gradle.properties b/NeoForge/gradle.properties index f7fc7b6..c7c0c06 100644 --- a/NeoForge/gradle.properties +++ b/NeoForge/gradle.properties @@ -6,5 +6,5 @@ org.gradle.configuration-cache=false ## Environment Properties minecraft_version=26.2 neo_version=26.2.0.6-beta -mod_version=NeoForge-MC26.2-v1.2.0 -manifest_version=26.2-v1.2.0 +mod_version=NeoForge-MC26.2-v1.2.1 +manifest_version=26.2-v1.2.1