all repos — nifty @ 64310417eb1c135c0c196e77498eaf2079e5cc46

A tiny (pseudo) package manager and script runner.

Merge branch 'master' of github.com:h3rald/nifty
h3rald h3rald@h3rald.com
Wed, 10 Nov 2021 12:33:52 +0100
commit

64310417eb1c135c0c196e77498eaf2079e5cc46

parent

d97e25c8e6a6bffb10759d288c96b26be1504d78

3 files changed, 3 insertions(+), 3 deletions(-)

jump to
M nifty.nimblenifty.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.nimsrc/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.nimsrc/niftypkg/niftylogger.nim

@@ -69,4 +69,4 @@ else:

val = "warn" lvl = lvlWarn setLogFilter(lvl) - return val + return val