From 792fe17f359b63a352e981dd3683179483d51236 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 24 Nov 2015 14:07:57 +0100 Subject: Version 5.1.2 --- src/Locales.hs | 2 +- tazblog.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Locales.hs b/src/Locales.hs index 92acb215f8c0..c1ddcb38faa4 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 4fdffd2108e7..da624ef90405 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 -- cgit 1.4.1