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