From 735e4e9098e442abb154beaf4b735ad9b1d4b17d Mon Sep 17 00:00:00 2001 From: yahortsaryk Date: Fri, 11 Aug 2023 12:40:59 +0200 Subject: [PATCH] fix(cluster): version bump --- Cargo.lock | 2 +- bucket/Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9224d38f..03630c3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ dependencies = [ [[package]] name = "ddc_bucket" -version = "1.0.0" +version = "1.0.1" dependencies = [ "ink_allocator", "ink_env", diff --git a/bucket/Cargo.toml b/bucket/Cargo.toml index ea5a2b9a..b10a3455 100755 --- a/bucket/Cargo.toml +++ b/bucket/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ddc_bucket" -version = "1.0.0" -authors = ["Aurélien Nicolas "] +version = "1.0.1" edition = "2021" description = "DDC v2 Smart Contracts -- Orchestrate the network around clusters and buckets" license = "Apache-2.0"