diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-04-04 09:20:23 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-04-04 09:20:23 +0200 |
commit | 151661fd0a4a59e4b669cb51cff58a181881b77c (patch) | |
tree | 809f6307da770baeff9f77ac4abd7d8753f5c6a6 | |
parent | 127c669eba82d2aa2354a7dcc665634fb84aa58f (diff) | |
download | hakyll-151661fd0a4a59e4b669cb51cff58a181881b77c.tar.gz |
Version bump (3.0.2.1)
-rw-r--r-- | examples/hakyll/about.markdown | 1 | ||||
-rw-r--r-- | hakyll.cabal | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/hakyll/about.markdown b/examples/hakyll/about.markdown index bc7886e..94e9388 100644 --- a/examples/hakyll/about.markdown +++ b/examples/hakyll/about.markdown @@ -33,3 +33,4 @@ who still maintains the package. Contributors: - [sargon](http://github.com/sargon) - [Paolo Veronelli](http://github.com/paolino) - [Benedict Eastaugh](http://extralogical.net/) +- [Nikolas Wu](http://zenzike.com/) diff --git a/hakyll.cabal b/hakyll.cabal index 730b32f..a2ebe3a 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 3.0.2.0 +Version: 3.0.2.1 Synopsis: A simple static site generator library. Description: A simple static site generator library, mainly aimed at |