Compare commits
1 commit
master
...
araq-versi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d8ad6de1d |
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.10.2"
|
version = "0.11.0"
|
||||||
author = "Dominik Picheta"
|
author = "Dominik Picheta"
|
||||||
description = "Nim package manager."
|
description = "Nim package manager."
|
||||||
license = "BSD"
|
license = "BSD"
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ when not defined(nimscript):
|
||||||
return (error, hint)
|
return (error, hint)
|
||||||
|
|
||||||
const
|
const
|
||||||
nimbleVersion* = "0.10.2"
|
nimbleVersion* = "0.11.0"
|
||||||
|
|
||||||
when not declared(initHashSet):
|
when not declared(initHashSet):
|
||||||
import sets
|
import sets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue