From 188f27d419568b76eba7aca60abf912bc3636b2b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 18 Oct 2020 00:53:49 -0700 Subject: [PATCH] 8.0.3 release --- README.md | 3 +++ pom.xml | 2 +- src/plugin.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3c4b7c..0db1038 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,9 @@ createWorldDeny=You do not have access to that world createConflict=Gate conflicts with existing gate ``` # Changes +#### [Version 0.8.0.3] PseudoKnight fork + - Fix economy + - Add custom buttons #### [Version 0.8.0.2] PseudoKnight fork - Fix player relative yaw when exiting portal - Add color code support in lang files diff --git a/pom.xml b/pom.xml index 89d0e74..7d02c5f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.TheDgtl Stargate - 0.8.0.2 + 0.8.0.3 UTF-8 diff --git a/src/plugin.yml b/src/plugin.yml index f3b1348..75b676c 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,6 +1,6 @@ name: Stargate main: net.TheDgtl.Stargate.Stargate -version: 0.8.0.2 +version: 0.8.0.3 description: Stargate mod for Bukkit author: Drakia website: http://www.thedgtl.net