diff --git a/ChangeLog.md b/ChangeLog.md index 2e47d94..ebe4bbb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -11,3 +11,7 @@ ## 0.1.1.1 -- 2018-08-20 * Added CSS for Blockquotes + +## 0.1.2.0 -- 2018-08-23 + +* oh fuark i forgot to change the version. added robots.txt, favicons diff --git a/default.nix b/default.nix index 421bdc9..3ea5e2d 100644 --- a/default.nix +++ b/default.nix @@ -1,7 +1,7 @@ { mkDerivation, base, filepath, hakyll, hakyll-favicon, stdenv }: mkDerivation { pname = "rf"; - version = "0.1.1.1"; + version = "0.1.2.0"; src = ./.; isLibrary = false; isExecutable = true; diff --git a/rf.cabal b/rf.cabal index 8000f97..8067aac 100644 --- a/rf.cabal +++ b/rf.cabal @@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: rf -version: 0.1.1.1 +version: 0.1.2.0 synopsis: tA's blog -- description: homepage: regularflolloping.com