Standard versioning
This commit is contained in:
parent
3e69350acd
commit
795edc18c1
6
init.lua
6
init.lua
|
@ -1,6 +1,10 @@
|
||||||
--- Utility library for creating palette swaps of LÖVE-based images.
|
--- Utility library for creating palette swaps of LÖVE-based images.
|
||||||
|
|
||||||
local palette_swap = {}
|
local _VERSION = '0.1.0'
|
||||||
|
|
||||||
|
local palette_swap = {
|
||||||
|
_VERSION = _VERSION,
|
||||||
|
}
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
-- Main work functions
|
-- Main work functions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user