all repos — litestore @ bf639acf22916147d7f1c3ab89356a930ff7d7ef

A minimalist nosql document store.

Update config.nim
Fabio Cevasco h3rald@h3rald.com
Sat, 03 Jul 2021 18:39:00 +0200
commit

bf639acf22916147d7f1c3ab89356a930ff7d7ef

parent

70552e3965b4b605e748534604d9959080bf6230

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

jump to
M src/litestorepkg/lib/config.nimsrc/litestorepkg/lib/config.nim

@@ -1,6 +1,6 @@

const pkgName* = "litestore" - pkgVersion* = "1.10.0" + pkgVersion* = "1.11.0" pkgAuthor* = "Fabio Cevasco" pkgDescription* = "Self-contained, lightweight, RESTful document store." pkgLicense* = "MIT"