summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-24T13·07+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-24T13·07+0100
commit792fe17f359b63a352e981dd3683179483d51236 (patch)
treedd89553f521fbfa6add1809b01e13c58f6d3f50c
parent599d7659037477bb080a10f9027a39a4203c8ec8 (diff)
Version 5.1.2
-rw-r--r--src/Locales.hs2
-rw-r--r--tazblog.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Locales.hs b/src/Locales.hs
index 92acb215f8..c1ddcb38fa 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -8,7 +8,7 @@ import           Network.URI
 
 data BlogError = NotFound | UnknownError
 
-version = "5.1.1"
+version = "5.1.2"
 
 blogTitle :: BlogLang -> Text -> Text
 blogTitle DE s = T.concat ["Tazjins blog", s]
diff --git a/tazblog.cabal b/tazblog.cabal
index 4fdffd2108..da624ef904 100644
--- a/tazblog.cabal
+++ b/tazblog.cabal
@@ -1,5 +1,5 @@
 Name:                tazblog
-Version:             5.1.1
+Version:             5.1.2
 Synopsis:            Tazjin's Blog
 License:             MIT
 License-file:        LICENSE