From 646b1eccbb6c666ba6fd56d7ceae0657e94c8b3a Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Thu, 23 May 2024 20:14:44 +0300 Subject: [PATCH] preview.4 --- nextgraph/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextgraph/Cargo.toml b/nextgraph/Cargo.toml index a21f733..2274e54 100644 --- a/nextgraph/Cargo.toml +++ b/nextgraph/Cargo.toml @@ -2,7 +2,7 @@ name = "nextgraph" description = "NextGraph client library. Nextgraph is a decentralized, secure and local-first web 3.0 ecosystem based on Semantic Web and CRDTs" categories = ["asynchronous","text-editors","web-programming","development-tools","database-implementations"] -version = "0.1.0-preview.3" +version = "0.1.0-preview.4" edition.workspace = true license.workspace = true authors.workspace = true