Version 0.9.4.10 - Alpha (see changelog.txt)

This commit is contained in:
Kenny Shields 2012-12-26 08:18:57 -05:00
parent 9e63b394ad
commit f9e7d7be66
4 changed files with 8 additions and 3 deletions

View File

@ -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)
================================================

View File

@ -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

View File

@ -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"

View File

@ -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"