From fdb3c1571c7296a9e9125dc1c73309a5d4125298 Mon Sep 17 00:00:00 2001 From: Straikerinos Date: Fri, 20 Dec 2024 15:27:28 +0100 Subject: [PATCH] Update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" } ```