diff --git a/CHANGELOG.md b/CHANGELOG.md index 6593ddb..7b8356b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.1](https://github.com/raidcraft/rcinventory/compare/v1.6.0...v1.6.1) (2020-12-30) + + +### Bug Fixes + +* Fix some NPEs ([7cf53e9](https://github.com/raidcraft/rcinventory/commit/7cf53e9dec3a3f776de3ae8660c61c10b0f900d2)) + # [1.6.0](https://github.com/raidcraft/rcinventory/compare/v1.5.0...v1.6.0) (2020-12-30) diff --git a/gradle.properties b/gradle.properties index 60859f8..527dcbf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ pluginName = RCInventory author = Strasse36 mcVersion = 1.16.4 apiVersion = 1.15 -version = 1.6.0 +version = 1.6.1