commit 963576d681859942ebc87f50fdf3a1155f46fe9a
parent b59268afde43cbf0c8f9f1ae584679ea82191a11
Author: William Casarin <jb55@jb55.com>
Date: Fri, 28 Jun 2024 11:19:31 -0700
Release v0.3.4
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -3,7 +3,7 @@ name = "nostrdb"
authors = ["William Casarin <jb55@jb55.com>"]
description = "An unfairly fast embedded nostr database backed by lmdb"
readme = "README.md"
-version = "0.3.3"
+version = "0.3.4"
edition = "2021"
build = "build.rs"
license = "GPL-3.0-or-later"