Bump version to 0.5.0
This commit is contained in:
parent
843c26d708
commit
304fb47f08
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[Package]
|
[Package]
|
||||||
name = "nimble"
|
name = "nimble"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
author = "Dominik Picheta"
|
author = "Dominik Picheta"
|
||||||
description = "Nim package manager."
|
description = "Nim package manager."
|
||||||
license = "BSD"
|
license = "BSD"
|
||||||
|
|
@ -9,4 +9,4 @@ bin = "nimble"
|
||||||
srcDir = "src"
|
srcDir = "src"
|
||||||
|
|
||||||
[Deps]
|
[Deps]
|
||||||
Requires: "nimrod >= 0.9.4"
|
Requires: "nim >= 0.9.4"
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ Options:
|
||||||
For more information read the Github readme:
|
For more information read the Github readme:
|
||||||
https://github.com/nim-lang/nimble#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"
|
defaultPackageURL = "https://github.com/nimrod-code/packages/raw/master/packages.json"
|
||||||
|
|
||||||
proc writeHelp() =
|
proc writeHelp() =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue