Bump versions to 0.6.2. Ref #146.
This commit is contained in:
parent
b29c6d3339
commit
7524cd1798
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[Package]
|
||||
name = "nimble"
|
||||
version = "0.6.0"
|
||||
version = "0.6.2"
|
||||
author = "Dominik Picheta"
|
||||
description = "Nim package manager."
|
||||
license = "BSD"
|
||||
|
|
@ -9,4 +9,4 @@ bin = "nimble"
|
|||
srcDir = "src"
|
||||
|
||||
[Deps]
|
||||
Requires: "nim >= 0.9.4"
|
||||
Requires: "nim >= 0.11.2"
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ Options:
|
|||
For more information read the Github readme:
|
||||
https://github.com/nim-lang/nimble#readme
|
||||
"""
|
||||
nimbleVersion = "0.6.0"
|
||||
nimbleVersion = "0.6.2"
|
||||
defaultPackageURL =
|
||||
"https://github.com/nim-lang/packages/raw/master/packages.json"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue