diff --git a/changelog.md b/changelog.md index d68749b3b..2366619b4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +------------------------------------------------------ +Version 1.7.2 +------------------------------------------------------ +#### Pandemonium +**Bugfixes** +- Fixed chunk save failures and the resulting shell duplication from unloading chunks with player shells in them + ------------------------------------------------------ Version 1.7.1 ------------------------------------------------------ diff --git a/expansions/pandemonium/gradle.properties b/expansions/pandemonium/gradle.properties index 8393b6e77..6035c0368 100644 --- a/expansions/pandemonium/gradle.properties +++ b/expansions/pandemonium/gradle.properties @@ -1,2 +1,2 @@ impersonate_version=2.2.1 -automatone_version=0.3.3 +automatone_version=0.3.4 diff --git a/gradle.properties b/gradle.properties index 535651ad6..1b9333722 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx5G # Base properties -mod_version = 1.7.1 +mod_version = 1.7.2 maven_group = io.github.ladysnake #General