Bump version to 0.5.0

This commit is contained in:
Dominik Picheta 2014-12-25 23:36:35 +00:00
commit 304fb47f08
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[Package]
name = "nimble"
version = "0.4.0"
version = "0.5.0"
author = "Dominik Picheta"
description = "Nim package manager."
license = "BSD"
@ -9,4 +9,4 @@ bin = "nimble"
srcDir = "src"
[Deps]
Requires: "nimrod >= 0.9.4"
Requires: "nim >= 0.9.4"

View file

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