diff --git a/README.md b/README.md index 3416e753..4b805d2b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ We bring the most useful and most wanted features directly for developers. From ## Requirements - **Java 1.8** or newer -- (Used only in the Bukkit side) **Guava** & **Gson** libraries ## Built-in loaders: - CraftBukkit, Spigot and all forks @@ -29,7 +28,7 @@ We bring the most useful and most wanted features directly for developers. From com.github.TheDevTec TheAPI - 13.4 + 13.5 provided @@ -42,7 +41,7 @@ repositories { maven { url 'https://jitpack.io' } } dependencies { - compileOnly "com.github.TheDevTec:TheAPI:13.4" + compileOnly "com.github.TheDevTec:TheAPI:13.5" } ```