mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Version 0.9.4.10 - Alpha (see changelog.txt)
This commit is contained in:
parent
9e63b394ad
commit
f9e7d7be66
@ -1,3 +1,8 @@
|
||||
================================================
|
||||
Version 0.9.4.10 - Alpha (December 26 - 2012)
|
||||
================================================
|
||||
[FIXED] registration errors for the new default skins
|
||||
|
||||
================================================
|
||||
Version 0.9.4.9 - Alpha (December 26 - 2012)
|
||||
================================================
|
||||
|
2
init.lua
2
init.lua
@ -9,7 +9,7 @@ loveframes = {}
|
||||
-- library info
|
||||
loveframes.info = {}
|
||||
loveframes.info.author = "Kenny Shields"
|
||||
loveframes.info.version = "0.9.4.9"
|
||||
loveframes.info.version = "0.9.4.10"
|
||||
loveframes.info.stage = "Alpha"
|
||||
|
||||
-- library configurations
|
||||
|
@ -7,7 +7,7 @@
|
||||
local skin = {}
|
||||
|
||||
-- skin info (you always need this in a skin)
|
||||
skin.name = "Blue (Basic)"
|
||||
skin.name = "Blue (basic)"
|
||||
skin.author = "Nikolai Resokav"
|
||||
skin.version = "1.0"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
local skin = {}
|
||||
|
||||
-- skin info (you always need this in a skin)
|
||||
skin.name = "Orange (Basic)"
|
||||
skin.name = "Orange (basic)"
|
||||
skin.author = "Nikolai Resokav"
|
||||
skin.version = "1.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user