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"]