Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qouteall committed Dec 2, 2023
1 parent bb522d0 commit 423d3ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
6 changes: 1 addition & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 423d3ab

Please sign in to comment.