diff --git a/README.md b/README.md index dbe1467..82948b5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ ### Changelog +#### V1.6.0 +* Adds support for potion order reordering in the interface. For now, the only available options are: Vanilla (default) & By Station type +* Customizable notifications for digweed spawns + #### V1.5.0 * Removal of the potion highlighting strategies, these were conceived when you could only deliver one potion at a time, now it is almost always better to fulfill all orders before delivering. * Improved quick-action highlighting behavior. diff --git a/build.gradle b/build.gradle index 7f7323a..51e0d55 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { } group = 'work.fking.rlplugins' -version = '1.5.0' +version = '1.6.0' tasks.withType(JavaCompile) { options.encoding = 'UTF-8'