Merge branch 'master' of github.com:h3rald/nifty
h3rald h3rald@h3rald.com
Wed, 10 Nov 2021 12:33:52 +0100
3 files changed,
3 insertions(+),
3 deletions(-)
M
nifty.nimble
→
nifty.nimble
@@ -22,7 +22,7 @@ installExt = @["nim"]
# Dependencies -requires "nim >= 0.19.0" +requires "nim >= 1.4.0" const compile = "nim c -d:release" const linux_x64 = "--cpu:amd64 --os:linux -o:nifty"
M
src/niftypkg/config.nim
→
src/niftypkg/config.nim
@@ -1,5 +1,5 @@
const pkgTitle* = "nifty" - pkgVersion* = "1.2.1" + pkgVersion* = "1.2.2" pkgAuthor* = "Fabio Cevasco" pkgDescription* = "A decentralized (pseudo) package manager and script runner."
M
src/niftypkg/niftylogger.nim
→
src/niftypkg/niftylogger.nim
@@ -69,4 +69,4 @@ else:
val = "warn" lvl = lvlWarn setLogFilter(lvl) - return val + return val