all repos — litestore @ f057e3fed088a3008b07017fbd8065276ba5e452

A minimalist nosql document store.

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

f057e3fed088a3008b07017fbd8065276ba5e452

parent

24e4e0cabea195e7aade2766fa3649f6195941fa

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"