diff --git a/CHANGELOG.md b/CHANGELOG.md index c95b7e36..4dab42bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Effective - Changelog: -## Effective 2.0.1 - 1.19.2 +## Effective 2.1 - 1.19.2 - Added the ability to make cascades silent - Placing wool under the receiving water source of the cascade now makes cascades silent - Added the ability to color cascade mist diff --git a/gradle.properties b/gradle.properties index eba23f95..e984d4a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx4G org.gradle.parallel = true # Mod Properties -version = 2.0.1 +version = 2.1 maven_group = io.github.ladysnake archives_base_name = effective