Update to version 1.1-7.

This commit is contained in:
bakpakin
2015-08-05 21:01:53 -04:00
parent 26f8259f2b
commit f0e6ce7880
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-- @author Calvin Rose
-- @license MIT
-- @copyright 2015
local tiny = { _VERSION = "scm" }
local tiny = { _VERSION = "1.1-7" }
-- Local versions of standard lua functions
local tinsert = table.insert