1
0

Compare commits

..

No commits in common. "f4d60ab97e3e1a36e77035ff15ebf4c3455afb2b" and "32a924fa4eeb70f2472b05e9209161fcf5871894" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

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