Skip to content

Commit cf0586e

Browse files
Berend Sliedrechtberendsliedrecht
authored andcommitted
chore: update library versions
Signed-off-by: Berend Sliedrecht <[email protected]>
1 parent c5ebaca commit cf0586e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[package]
66
name = "aries-askar"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
authors = ["Hyperledger Aries Contributors <[email protected]>"]
99
edition = "2021"
1010
description = "Hyperledger Aries Askar secure storage"

askar-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "askar-crypto"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Hyperledger Aries Contributors <[email protected]>"]
55
edition = "2021"
66
description = "Hyperledger Aries Askar cryptography"

wrappers/javascript/packages/aries-askar-nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/aries-askar-nodejs",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Aries Askar",
66
"main": "build/index",
@@ -43,7 +43,7 @@
4343
"binary": {
4444
"module_name": "aries_askar",
4545
"module_path": "native",
46-
"remote_path": "v0.3.1",
46+
"remote_path": "v0.3.2",
4747
"host": "https://github.com/hyperledger/aries-askar/releases/download/",
4848
"package_name": "library-{platform}-{arch}.tar.gz"
4949
},

wrappers/javascript/packages/aries-askar-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/aries-askar-react-native",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"license": "Apache-2.0",
55
"description": "React Native wrapper for Aries Askar",
66
"main": "build/index",
@@ -51,7 +51,7 @@
5151
"binary": {
5252
"module_name": "aries_askar",
5353
"module_path": "native",
54-
"remote_path": "v0.3.1",
54+
"remote_path": "v0.3.2",
5555
"host": "https://github.com/hyperledger/aries-askar/releases/download/",
5656
"package_name": "library-ios-android.tar.gz"
5757
}

wrappers/javascript/packages/aries-askar-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/aries-askar-shared",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"license": "Apache-2.0",
55
"description": "Shared library for using Aries Askar with NodeJS and React Native",
66
"main": "build/index",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""aries_askar library wrapper version."""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)