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]
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -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() =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue