all repos — litestore @ 005e8cf145b1f3c9f10c7725d94b19628d739706

A minimalist nosql document store.

Incremented version.
h3rald h3rald@h3rald.com
Tue, 27 Dec 2022 16:22:43 +0100
commit

005e8cf145b1f3c9f10c7725d94b19628d739706

parent

f822efcdb233a6d4df15de6550e3fa28d1f8b8d3

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.12.0" + pkgVersion* = "1.12.1" pkgAuthor* = "Fabio Cevasco" pkgDescription* = "Self-contained, lightweight, RESTful document store." pkgLicense* = "MIT"