From 84a23f7032aca638e84843069e2fba2c3f9016d6 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 13 Oct 2011 07:32:00 -0700 Subject: [PATCH] version bump, updating urls --- core/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/constants.py b/core/constants.py index 09bcc40..cd30dd7 100644 --- a/core/constants.py +++ b/core/constants.py @@ -16,9 +16,9 @@ constants = { - 'version': '0.04b', + 'version': '0.05b', 'urlUpdates': 'http://foosoft.net/pub/projects/yomichan/updates.xml', 'urlHomepage': 'http://foosoft.net/yomichan/', - 'urlFeedback': 'http://foosoft.net/index.php/comments/' + 'urlFeedback': 'http://foosoft.net/comments/' }