diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a2065..c825698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [Unreleased] -- / +## [0.0.2] - 2022-08-23 + +Fix duplicates will not be removed after check ## [0.0.1] - 2022-08-21 @@ -17,5 +18,5 @@ Initial beta release! [semantic versioning]: https://semver.org/spec/v2.0.0.html -[unreleased]: https://github.com/AlmostReliable/almostunified/compare/v1.18-0.0.1-beta...HEAD +[0.0.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.0.2-beta [0.0.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.0.1-beta diff --git a/gradle.properties b/gradle.properties index 2cd756a..d991c95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -version = 0.0.1 +version = 0.0.2 group = com.almostreliable.unified license = LGPL-3.0 mixinVersion = 0.8.5