From 49122e653aa4eb49ebec5db75bbe1d28c655c9b9 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sat, 6 Jul 2024 23:27:17 +0200 Subject: [PATCH] Standard version --- init.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 4a6216b..0a269a6 100644 --- a/init.lua +++ b/init.lua @@ -1,2 +1,5 @@ +local _VERSION = '1.0.0' -return require ((...) .. '.colors') +local colors = require ((...) .. '.colors') +colors._VERSION = _VERSION +return colors