From 5d2ae027f163ffd2e44bf5f69558b9a94bf895b1 Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Tue, 25 Aug 2020 08:43:01 +0200 Subject: [PATCH] Bump to 0.9.1 after 0.9.0 release failed in CI Signed-off-by: Patrik Stas --- libvcx/Cargo.lock | 2 +- libvcx/Cargo.toml | 2 +- wrappers/node/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libvcx/Cargo.lock b/libvcx/Cargo.lock index 8f89eb7663..ee415bae1a 100644 --- a/libvcx/Cargo.lock +++ b/libvcx/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ [[package]] name = "libvcx" -version = "0.9.0" +version = "0.9.1" dependencies = [ "android_logger", "base64 0.8.0", diff --git a/libvcx/Cargo.toml b/libvcx/Cargo.toml index 7d2c5bf009..38d80024d6 100644 --- a/libvcx/Cargo.toml +++ b/libvcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvcx" -version = "0.9.0" +version = "0.9.1" authors = ["Absa Group Limited", "Hyperledger Indy Contributors "] publish = false description = "Absa's fork of HL LibVCX" diff --git a/wrappers/node/package.json b/wrappers/node/package.json index 82a9d3437e..39eb195443 100644 --- a/wrappers/node/package.json +++ b/wrappers/node/package.json @@ -3,7 +3,7 @@ "homepage": "https://github.com/AbsaOSS/libvcx/tree/master/wrappers/node", "description": "NodeJS wrapper for Absa's fork of HL LibVCX", "license": "Apache-2.0", - "version": "0.9.0", + "version": "0.9.1", "typings": "dist/index.d.ts", "directories": { "test": "test",