From 608fec53fc83ed43815d3e284a34f58639db0199 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Tue, 29 May 2012 22:10:26 -0700 Subject: [PATCH] Bump release version to v0.0.6 --- src/conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.lua b/src/conf.lua index e90cf4fff..8df5302f5 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.5" + t.title = "Journey to the Center of Hawkthorne v0.0.6" t.author = "Kyle Conroy" t.version = "0.8.0" t.identity = "hawkthorne"