From f5b8447fdfffa0281c87c224df89ba53de46ca8f Mon Sep 17 00:00:00 2001 From: 5zig Date: Sun, 13 Nov 2016 12:15:44 +0100 Subject: [PATCH] Update Version to v2.3 --- README.md | 4 ++-- src/plugin.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7b595a..3e17625 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -The 5zig Mod API 2.2 +The 5zig Mod API 2.3 ==================== The 5zig Mod ServerAPI is a plugin created for easy communication from a Plugin to a Client using Custom Payloads / Plugin messaging. This will of course only work if the user has got The 5zig Mod installed (http://5zig.eu/downloads). -The API is compatible with all Minecraft 1.8 and Minecraft 1.9 versions of Bukkit/Spigot! +The API is compatible with all Minecraft 1.8, Minecraft 1.9 and Minecraft 1.10 versions of Bukkit/Spigot! __All API releases are now here: https://github.com/5zig/The-5zig-Mod-API-2.0/releases__ diff --git a/src/plugin.yml b/src/plugin.yml index 40c26e6..e0e3551 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,5 +1,5 @@ name: The5zigMod -version: 2.2 +version: 2.3 main: eu.the5zig.mod.server.The5zigMod author: 5zig website: http://5zig.eu \ No newline at end of file