From 838d86950ccb1b3ff25d93b2b56974638e7495b5 Mon Sep 17 00:00:00 2001 From: BrainStone Date: Sun, 7 May 2017 17:35:03 +0200 Subject: [PATCH] Release: 0.5.32 --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b3831..5c15022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.5.32 +------ + +- Removed Synchronizing Achievements because it's working by default (Fixes [#10](https://github.com/BrainStone/InvSync/issues/10) and [#11](https://github.com/BrainStone/InvSync/issues/11)) +- Synchronizing PotionEffects (Not working because of a bug in Sponge. See: [#12](https://github.com/BrainStone/InvSync/issues/12)) +- Added Manifest to jar + 0.5.19-beta ----------- diff --git a/gradle.properties b/gradle.properties index c66fd11..80f7de9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -plugin_version_postfix=beta +plugin_version_postfix= sponge_version=7.0.0-SNAPSHOT