We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a12f4 commit 3575fd5Copy full SHA for 3575fd5
nimble.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.14.1"
+version = "0.14.2"
4
author = "Dominik Picheta"
5
description = "Nim package manager."
6
license = "BSD"
src/nimblepkg/common.nim
@@ -22,7 +22,7 @@ type
22
ProcessOutput* = tuple[output: string, exitCode: int]
23
24
const
25
- nimbleVersion* = "0.14.1"
+ nimbleVersion* = "0.14.2"
26
nimblePackagesDirName* = "pkgs2"
27
nimblePackagesLinksDirName* ="links"
28
nimbleBinariesDirName* = "bin"
0 commit comments