new beta builds

This commit is contained in:
Paul Liverman III
2015-02-09 20:40:53 -08:00
parent 64bbfc78a8
commit 96c634facc
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
build=3 build=5

View File

@@ -10,7 +10,7 @@ copyrightYear="2015"
# (It should be fine to leave this as its default.) # (It should be fine to leave this as its default.)
identifier="com.$author.$packageName" identifier="com.$author.$packageName"
# Current version (of your program) # Current version (of your program)
version="1.0" version="1.1"
###### Important! ONLY USE ABSOLUATE PATHS ###### ###### Important! ONLY USE ABSOLUATE PATHS ######
# Where to place the resulting executables. # Where to place the resulting executables.

View File

@@ -2,7 +2,7 @@ function love.conf(t)
t.identity = "rgb" t.identity = "rgb"
t.version = "0.9.1" t.version = "0.9.1"
--t.author = "Guard13007" --t.author = "Guard13007"
t.console = true --t.console = true
t.window = {} t.window = {}
t.window.title = "RGB - The Color Chooser" t.window.title = "RGB - The Color Chooser"