1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
f4d60ab97e 🤖 Bumped version to 0.5.4
Some checks failed
LÖVE/Lua Library / Test (push) Failing after 6s
LÖVE/Lua Library / Static-Analysis (push) Failing after 4s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-10 21:07:48 +02:00
bae694cb54 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-10 21:07:39 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
<!--- THIS IS AN AUTO-GENERATED FILE --->
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
# Lua library for advanced error handling.
# Errors
Lua library for advanced error handling.
# License

View File

@ -1,4 +1,4 @@
local _VERSION = '0.5.3'
local _VERSION = '0.5.4'
local errors = require (((...) ~= 'init' and (...) .. '.' or '') .. 'errors')
errors._VERSION = _VERSION