1
0

Standard version

This commit is contained in:
Jon Michael Aanes 2024-07-06 23:27:17 +02:00
parent 8a1ae86aa8
commit 49122e653a
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

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