1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
384561f405 🤖 Bumped version to 0.5.8
Some checks failed
LÖVE/Lua Library / Lua-Testing (push) Failing after 7s
LÖVE/Lua Library / Static-Analysis (push) Failing after 3s
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-04-17 17:05:00 +02:00
9cc77c7f78 🤖 Repository layout updated to latest version
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-04-17 17:04:38 +02:00
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -11,9 +11,10 @@
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.7'
local _VERSION = '0.5.8'
local string_dist
do