Oops, prev. commit was wrong version. New version: 0.4.2

master
Wuzzy 2016-12-29 00:39:07 +01:00
parent 2616050ee7
commit 242fd04039
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Easy Vending Machines [`easyvend`]
Version: 0.5.0
Version: 0.4.2
Adds vending and depositing machines which allow to buy and sell items from other players.

View File

@ -20,8 +20,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
easyvend = {}
easyvend.VERSION = {}
easyvend.VERSION.MAJOR = 0
easyvend.VERSION.MINOR = 5
easyvend.VERSION.PATCH = 0
easyvend.VERSION.MINOR = 4
easyvend.VERSION.PATCH = 2
easyvend.VERSION.STRING = easyvend.VERSION.MAJOR .. "." .. easyvend.VERSION.MINOR .. "." .. easyvend.VERSION.PATCH
-- Set item which is used as payment for vending and depositing machines