[5.1] Version 5.1
This commit is contained in:
parent
41599161fa
commit
9b403a625f
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue