Browse Source

i forgot about versions

master
Shaun Kerr 5 years ago
parent
commit
2bcfae18ce
3 changed files with 6 additions and 2 deletions
  1. +4
    -0
      ChangeLog.md
  2. +1
    -1
      default.nix
  3. +1
    -1
      rf.cabal

+ 4
- 0
ChangeLog.md 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

+ 1
- 1
default.nix 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;


+ 1
- 1
rf.cabal 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


Loading…
Cancel
Save