i forgot about versions

This commit is contained in:
Shaun Kerr 2018-08-23 16:53:32 +12:00
parent c6ecba5800
commit 2bcfae18ce
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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;

View File

@ -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