1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
e36a237908 🤖 Bumped version to 1.0.1
Some checks failed
LÖVE/Lua Library / Static-Analysis (push) Failing after 0s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-06 23:28:45 +02:00
49122e653a
Standard version 2024-07-06 23:27:17 +02:00

View File

@ -1,2 +1,5 @@
local _VERSION = '1.0.1'
return require ((...) .. '.colors')
local colors = require ((...) .. '.colors')
colors._VERSION = _VERSION
return colors