1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
65991b5062 🤖 Bumped version to 0.1.5
All checks were successful
LÖVE/Lua Library / Lua-Testing (push) Successful in 9s
LÖVE/Lua Library / Static-Analysis (push) Successful in 4s
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-04-17 17:05:12 +02:00
5f19fc3ac7 🤖 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 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

@ -13,7 +13,7 @@
-- - Checks that LÖVE is defined; if not, run in information loading -- - Checks that LÖVE is defined; if not, run in information loading
-- mode only. -- mode only.
local _VERSION = '0.1.4' local _VERSION = '0.1.5'
local error_original = error local error_original = error
local error, error_internal do local error, error_internal do