diff --git a/costs/Cargo.toml b/costs/Cargo.toml index 47f72e3f..9589cb8c 100644 --- a/costs/Cargo.toml +++ b/costs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grovedb-costs" -version = "2.0.0" +version = "2.0.1" edition = "2021" license = "MIT" description = "Costs extension crate for GroveDB" diff --git a/grovedb-epoch-based-storage-flags/Cargo.toml b/grovedb-epoch-based-storage-flags/Cargo.toml index 8a48f131..774d4eb7 100644 --- a/grovedb-epoch-based-storage-flags/Cargo.toml +++ b/grovedb-epoch-based-storage-flags/Cargo.toml @@ -2,7 +2,7 @@ name = "grovedb-epoch-based-storage-flags" authors = ["Samuel Westrich "] description = "Epoch based storage flags for GroveDB" -version = "2.0.0" +version = "2.0.1" edition = "2021" license = "MIT" repository = "https://github.com/dashpay/grovedb" diff --git a/grovedb-version/Cargo.toml b/grovedb-version/Cargo.toml index b466b662..e4e04d5d 100644 --- a/grovedb-version/Cargo.toml +++ b/grovedb-version/Cargo.toml @@ -2,7 +2,7 @@ name = "grovedb-version" authors = ["Samuel Westrich "] description = "Versioning library for Platform" -version = "2.0.0" +version = "2.0.1" edition = "2021" license = "MIT" repository = "https://github.com/dashpay/grovedb" diff --git a/grovedb/Cargo.toml b/grovedb/Cargo.toml index 57eada80..5f8c9a28 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 = "2.0.0" +version = "2.0.1" authors = ["Samuel Westrich ", "Wisdom Ogwu "] edition = "2021" license = "MIT" diff --git a/grovedbg-types/Cargo.toml b/grovedbg-types/Cargo.toml index 391def86..1fb71996 100644 --- a/grovedbg-types/Cargo.toml +++ b/grovedbg-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grovedbg-types" -version = "2.0.0" +version = "2.0.1" edition = "2021" description = "Common type definitions for data exchange over GroveDBG protocol" authors = ["Evgeny Fomin "] diff --git a/merk/Cargo.toml b/merk/Cargo.toml index 2af6432f..2b3d3bb1 100644 --- a/merk/Cargo.toml +++ b/merk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "grovedb-merk" description = "Merkle key/value store adapted for GroveDB" -version = "2.0.0" +version = "2.0.1" authors = ["Samuel Westrich ", "Wisdom Ogwu ", "Matt Bell "] edition = "2021" license = "MIT" diff --git a/path/Cargo.toml b/path/Cargo.toml index e899a598..25ad1d9e 100644 --- a/path/Cargo.toml +++ b/path/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grovedb-path" -version = "2.0.0" +version = "2.0.1" edition = "2021" license = "MIT" description = "Path extension crate for GroveDB" diff --git a/storage/Cargo.toml b/storage/Cargo.toml index e6309790..52b32818 100644 --- a/storage/Cargo.toml +++ b/storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grovedb-storage" -version = "2.0.0" +version = "2.0.1" edition = "2021" license = "MIT" description = "Storage extension crate for GroveDB" diff --git a/visualize/Cargo.toml b/visualize/Cargo.toml index 9a502088..b90a29f4 100644 --- a/visualize/Cargo.toml +++ b/visualize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grovedb-visualize" -version = "2.0.0" +version = "2.0.1" edition = "2021" license = "MIT" description = "Debug prints extension crate for GroveDB"