diff --git a/README.md b/README.md
index 98f254a..1f20539 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# MapReflectionAPI
-This plugin helps developer with displaying images on maps. It supports Spigot 1.12 - 1.20.
+This plugin helps developer with displaying images on maps. It supports Spigot 1.12 - 1.21.
## Usage:
@@ -18,7 +18,7 @@ First, include the API using Maven:
tech.sbdevelopment
MapReflectionAPI
- 1.6
+ 1.6.4
provided
```
@@ -162,7 +162,6 @@ public class MapRenderDistanceListener implements Listener {
## Credits:
-This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to 1.19 and uses
-other dependencies.
+This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to the latest version of Minecraft and uses other dependencies.
This plugin includes classes from BKCommonLib. Please checkout the README in that package for more information.
diff --git a/pom.xml b/pom.xml
index 225d473..5eecb15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.7.0
+ 3.11.1
11
${maven.lombok.delombok-target}
@@ -188,7 +188,7 @@
org.bstats
bstats-bukkit
- 3.0.2
+ 3.1.0
compile