Version 0.4.1

master
Wuzzy 2016-12-04 14:53:41 +01:00
parent d54a25acfd
commit 2327e3ef25
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Easy Vending Machines [`easyvend`] # Easy Vending Machines [`easyvend`]
Version: 0.4.0 Version: 0.4.1
Adds vending and depositing machines which allow to buy and sell items from other players. 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 = {}
easyvend.VERSION = {} easyvend.VERSION = {}
easyvend.VERSION.MAJOR = 0 easyvend.VERSION.MAJOR = 0
easyvend.VERSION.MINOR = 3 easyvend.VERSION.MINOR = 4
easyvend.VERSION.PATCH = 0 easyvend.VERSION.PATCH = 1
easyvend.VERSION.STRING = easyvend.VERSION.MAJOR .. "." .. easyvend.VERSION.MINOR .. "." .. easyvend.VERSION.PATCH easyvend.VERSION.STRING = easyvend.VERSION.MAJOR .. "." .. easyvend.VERSION.MINOR .. "." .. easyvend.VERSION.PATCH
-- Set item which is used as payment for vending and depositing machines -- Set item which is used as payment for vending and depositing machines