diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a568c7..d02a2c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## 10.0.0
+## 10.0.1
- API update - some weird Spigot update broke casting the Plugin instance to its interface.
- Plugins depending on ChestSort or using its API must be updated too.
- API is now accessed simply via de.jeff_media.chestsort.ChestSortAPI
diff --git a/pom.xml b/pom.xml
index 3ebf635..50a7cf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
ChestSort
https://www.chestsort.de
Automatically sorts your chests!
- 10.0.0
+ 10.0.1
jar
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index a31fc56..7bf0af3 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,6 +1,6 @@
main: de.jeff_media.chestsort.ChestSortPlugin
name: ChestSort
-version: 9.7.1
+version: 10.0.1
api-version: "1.13"
description: Allows automatic chest sorting
author: mfnalex