1
0

Compare commits

..

No commits in common. "11929102460ebaa0e046ee0453beb4bb8a80b9f9" and "1f8d120296c1b68428febe390e5c6058058cb760" have entirely different histories.

2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -11,10 +11,9 @@
luac.out luac.out
# Misc (Image, MacOS, Backups) files # Misc (Image, MacOS, Backups) files
*.psd
*~ *~
.DS_Store .DS_Store
# Tools # Tools
*.tiled-session *.tiled-session
*.ase
*.psd

View File

@ -34,7 +34,7 @@
-- --
-- @author Jon Michael Aanes (jonjmaa@gmail.com) -- @author Jon Michael Aanes (jonjmaa@gmail.com)
local _VERSION = '1.4.2' local _VERSION = '1.4.1'
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
-- Platform dependant -- Platform dependant