Version 0.6.0.

This commit is contained in:
Dominik Picheta 2014-12-26 01:15:52 +00:00
commit d3d674d400
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[Package]
name = "nimble"
version = "0.5.0"
version = "0.6.0"
author = "Dominik Picheta"
description = "Nim package manager."
license = "BSD"

View file

@ -69,7 +69,7 @@ Options:
For more information read the Github readme:
https://github.com/nim-lang/nimble#readme
"""
nimbleVersion = "0.5.0"
nimbleVersion = "0.6.0"
defaultPackageURL = "https://github.com/nim-lang/packages/raw/master/packages.json"
proc writeHelp() =