From 8c8aa70ce94b53903acccb4b81ab41f768f75e76 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Sun, 27 May 2012 15:33:16 -0700 Subject: [PATCH] Bump release version to v0.0.4 --- src/conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.lua b/src/conf.lua index 20db6219e..d640e526a 100644 --- a/src/conf.lua +++ b/src/conf.lua @@ -1,5 +1,5 @@ function love.conf(t) - t.title = "Journey to the Center of Hawkthorne v0.0.3" + t.title = "Journey to the Center of Hawkthorne v0.0.4" t.author = "Kyle Conroy" t.version = "0.8.0" t.identity = "hawkthorne"