Version 0.4.0

This commit is contained in:
Dominik Picheta 2014-06-24 00:32:41 +01:00
commit 05ac7d5bcd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[Package]
name = "babel"
version = "0.2.0"
version = "0.4.0"
author = "Dominik Picheta"
description = "Nimrod package manager."
license = "BSD"

View file

@ -63,7 +63,7 @@ Options:
--ver Query remote server for package version
information when searching or listing packages
"""
babelVersion = "0.2.0"
babelVersion = "0.4.0"
defaultPackageURL = "https://github.com/nimrod-code/packages/raw/master/packages.json"
proc writeHelp() =