diff --git a/build.gradle b/build.gradle index 6a2b2e4ce..1fd77025f 100644 --- a/build.gradle +++ b/build.gradle @@ -290,6 +290,6 @@ publishMods { github { repository = "iPortalTeam/ImmersivePortalsMod" accessToken = providers.environmentVariable("GITHUB_TOKEN") - commitish = minecraft_version // the branch name is the same as minecraft version + commitish = "1.20.2-hotfix" // the branch name is the same as minecraft version } } \ No newline at end of file diff --git a/changelog.md b/changelog.md index fce893075..3790a14d9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1 @@ -Note: this version is experimental. - -Portal shape system refactoring. - -Fix https://github.com/iPortalTeam/ImmersivePortalsMod/issues/1467 +Possibly fix crash on Exaroton. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 4371fe9ce..20cf2e90c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2G org.gradle.parallel=false # Mod Properties -mod_version=4.1.0 +mod_version=4.1.1 maven_group=qouteall archives_base_name=immersive-portals