Compare commits
2 Commits
6c51b525b5
...
384561f405
Author | SHA1 | Date | |
---|---|---|---|
384561f405 | |||
9cc77c7f78 |
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,9 +11,10 @@
|
||||||
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
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
--
|
--
|
||||||
-- Lua library for advanced error handling.
|
-- Lua library for advanced error handling.
|
||||||
|
|
||||||
local _VERSION = '0.5.7'
|
local _VERSION = '0.5.8'
|
||||||
|
|
||||||
local string_dist
|
local string_dist
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user