upd version / ReadMe

This commit is contained in:
Paul Liverman III 2018-04-23 02:35:20 -07:00
parent cea8f76bb3
commit 0eccde530a
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
A collection of functions for Lua, geared towards game development.
This fork incorporates randomization from the LOVE engine's math library if
available, and uses a local for random calls.
## Installation

View File

@ -22,7 +22,7 @@
-- SOFTWARE.
--
local lume = { _version = "2.3.0" }
local lume = { _version = "2.4.0-Guard13007-fork" }
local pairs, ipairs = pairs, ipairs
local type, assert, unpack = type, assert, unpack or table.unpack