From 15cbb57a0168cb0829d3af37c34dbfaf5ae68eb9 Mon Sep 17 00:00:00 2001 From: clangenb <37865735+clangenb@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:37:31 +0200 Subject: [PATCH] bump client patch version: v1.1.1 (#189) --- Cargo.lock | 2 +- node/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85b0aca..e733288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2955,7 +2955,7 @@ dependencies = [ [[package]] name = "integritee-node" -version = "1.1.0" +version = "1.1.1" dependencies = [ "clap", "frame-benchmarking", diff --git a/node/Cargo.toml b/node/Cargo.toml index 68bbf81..850e1c8 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -8,7 +8,7 @@ license = 'Apache-2.0' name = 'integritee-node' repository = '/~https://github.com/integritee-network/integritee-node' # Align major.minor revision with the runtimes, bump patch revision ad lib. Make this the github release tag. -version = '1.1.0' +version = '1.1.1' [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]