From 3f07f53175d99e4a3eab7b53d8bd221f59ea9047 Mon Sep 17 00:00:00 2001 From: Quantum Explorer Date: Tue, 14 Feb 2023 15:33:30 +0700 Subject: [PATCH] chore: bump version --- grovedb/Cargo.toml | 2 +- merk/Cargo.toml | 2 +- node-grove/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/grovedb/Cargo.toml b/grovedb/Cargo.toml index 0e8ce5672..ccc471592 100644 --- a/grovedb/Cargo.toml +++ b/grovedb/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "grovedb" description = "Fully featured database using balanced hierarchical authenticated data structures" -version = "0.12.1" +version = "0.12.2" authors = ["Samuel Westrich ", "Wisdom Ogwu "] edition = "2021" license = "MIT" diff --git a/merk/Cargo.toml b/merk/Cargo.toml index d65c6c650..e591ca2ed 100644 --- a/merk/Cargo.toml +++ b/merk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "merk" description = "Merkle key/value store adapted for GroveDB" -version = "0.12.1" +version = "0.12.2" authors = ["Samuel Westrich ", "Wisdom Ogwu ", "Matt Bell "] edition = "2021" license = "MIT" diff --git a/node-grove/Cargo.toml b/node-grove/Cargo.toml index 89d794a34..0cead0895 100644 --- a/node-grove/Cargo.toml +++ b/node-grove/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-grove" -version = "0.12.1" +version = "0.12.2" description = "GroveDB node.js bindings" edition = "2021" license = "MIT"