1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
9ad82b67f0 🤖 Bumped version to 0.5.4
Some checks failed
LÖVE/Lua Library / Lua-Testing (push) Failing after 10s
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:05 +02:00
100663f7f1 🤖 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

@ -41,7 +41,7 @@
--
-- @author Jon Michael Aanes (jonjmaa@gmail.com)
local _VERSION = '0.5.3'
local _VERSION = '0.5.4'
local lexer = assert(require((... and select('1', ...):match('.+%.') or '')..'lua_lang'), '[assert-gooder]: Could not load vital library: lua_lang')
local shunting_yard = assert(require((... and select('1', ...):match('.+%.') or '')..'Parser'), '[assert-gooder]: Could not load vital library: Parser')