* version bump to 3.5
This commit is contained in:
parent
c5206173e6
commit
92f4aecbee
3 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
Name: TazBlog
|
||||
Version: 3.4
|
||||
Version: 3.5
|
||||
Synopsis: Tazjin's Blog
|
||||
License-file: LICENSE
|
||||
Author: Vincent Ambo
|
||||
|
|
|
@ -40,7 +40,6 @@ show' = pack . show
|
|||
markdownCutoff :: UTCTime
|
||||
markdownCutoff = fromJust $ parseTime defaultTimeLocale "%s" "1367149834"
|
||||
|
||||
data BlogURL = BlogURL
|
||||
|
||||
-- blog CSS (admin is still static)
|
||||
stylesheetSource = $(luciusFile "res/blogstyle.lucius")
|
||||
|
|
|
@ -18,7 +18,7 @@ import BlogDB (BlogLang (..))
|
|||
|
||||
data BlogError = NotFound | DBError
|
||||
|
||||
version = "3.4"
|
||||
version = "3.5"
|
||||
|
||||
allLang = [EN, DE]
|
||||
|
||||
|
|
Loading…
Reference in a new issue