1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
6da3e5ce57 🤖 Bumped version to 0.5.9
Some checks failed
LÖVE/Lua Library / Lua-Testing (push) Failing after 9s
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-20 17:42:42 +02:00
831aff17a9 🤖 Repository layout updated to latest version
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-04-20 17:42:34 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Run testing library - name: Run testing library
run: [ -f test ] && luajit test/init.lua run: test -f test && luajit test/init.lua
Static-Analysis: Static-Analysis:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -192,7 +192,7 @@ unjustified, abandoning it's eye-guiding attributes.
8. Special cases: (Array-tree, Table-Tree, Linked-List, Predictive Sequences) TODO 8. Special cases: (Array-tree, Table-Tree, Linked-List, Predictive Sequences) TODO
--]] --]]
local _VERSION = '0.5.8' local _VERSION = '0.5.9'
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
-- Import files -- Import files