about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--TazBlog.cabal4
-rw-r--r--src/Locales.hs2
2 files changed, 3 insertions, 3 deletions
diff --git a/TazBlog.cabal b/TazBlog.cabal
index c76c8d5a6e95..047517c1fbdd 100644
--- a/TazBlog.cabal
+++ b/TazBlog.cabal
@@ -1,5 +1,5 @@
 Name:                TazBlog
-Version:             3.3
+Version:             3.3.1
 Synopsis:            Tazjin's Blog
 License-file:        LICENSE
 Author:              Vincent Ambo
@@ -32,5 +32,5 @@ Executable tazblog
     network,
     options,
     rss,
-    recaptcha.
+    recaptcha,
     xhtml
\ No newline at end of file
diff --git a/src/Locales.hs b/src/Locales.hs
index b49434303658..e7f87afa466f 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -16,7 +16,7 @@ import    BlogDB (BlogLang (..))
 
 data BlogError = NotFound | DBError
 
-version = "3.3"
+version = "3.3.1"
 
 allLang = [EN, DE]