From 242fd04039c43f235f43b1611090fd16931ee74d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 29 Dec 2016 00:39:07 +0100 Subject: [PATCH] Oops, prev. commit was wrong version. New version: 0.4.2 --- README.md | 2 +- init.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7495c13..dc9ff08 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/init.lua b/init.lua index e9879a3..6d22c69 100644 --- a/init.lua +++ b/init.lua @@ -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