From e88445aef080431bf447ed53dd45d9548ccad051 Mon Sep 17 00:00:00 2001 From: xbeastmode Date: Sun, 22 Jul 2018 20:45:54 -0500 Subject: [PATCH] updated version --- plugin.yml | 2 +- src/hungergames/lib/utils/Info.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.yml b/plugin.yml index 7d9235e..0430834 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,5 +1,5 @@ name: HungerGames -version: Build#19.2 +version: Build#19.3 main: hungergames\Loader author: xBeastMode description: "The ultimate starvation game for minecraft pocket!" diff --git a/src/hungergames/lib/utils/Info.php b/src/hungergames/lib/utils/Info.php index af954ec..c78b0fa 100644 --- a/src/hungergames/lib/utils/Info.php +++ b/src/hungergames/lib/utils/Info.php @@ -2,9 +2,9 @@ namespace hungergames\lib\utils; class Info{ const AUTHOR = "xBeastMode"; - const VERSION = "Build#19.1"; + const VERSION = "Build#19.3"; const API_VERSION = "0.3"; - const FOR_API = ["3.0.0-ALPHA10"]; + const FOR_API = ["3.0.0"]; const CONTRIBUTORS = []; /**