1
0

Compare commits

..

No commits in common. "384561f40522753a6ed2d9646f018a9d34a01c26" and "6c51b525b5233c267f298c45136a1696939aedfd" have entirely different histories.

2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

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

View File

@ -2,7 +2,7 @@
--
-- Lua library for advanced error handling.
local _VERSION = '0.5.8'
local _VERSION = '0.5.7'
local string_dist
do