Bump version to 0.2.0

This commit is contained in:
John Wiegley 2015-06-23 16:50:03 -05:00
parent 6bfa6cc84a
commit 04f210c47e
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "hnix";
version = "0.0.1";
version = "0.2.0";
src = ./.;
isLibrary = true;
isExecutable = true;

View file

@ -1,5 +1,5 @@
Name: hnix
Version: 0.0.1
Version: 0.2.0
Synopsis: Haskell implementation of the Nix language
Description:
Haskell implementation of the Nix language.