Version 0.2

This commit is contained in:
Dominik Picheta 2013-12-30 18:35:38 +00:00
commit 64164e93cd
2 changed files with 2 additions and 2 deletions

View file

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

View file

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