[5.1] Version 5.1

This commit is contained in:
Vincent Ambo 2015-11-21 19:09:56 +01:00
parent 41599161fa
commit 9b403a625f
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ import Network.URI
data BlogError = NotFound | UnknownError data BlogError = NotFound | UnknownError
version = "5.1-beta" version = "5.1"
blogTitle :: BlogLang -> Text -> Text blogTitle :: BlogLang -> Text -> Text
blogTitle DE s = T.concat ["Tazjins blog", s] blogTitle DE s = T.concat ["Tazjins blog", s]

View file

@ -1,5 +1,5 @@
Name: tazblog Name: tazblog
Version: 5.1-beta Version: 5.1
Synopsis: Tazjin's Blog Synopsis: Tazjin's Blog
License: MIT License: MIT
License-file: LICENSE License-file: LICENSE