Skip to content

Commit 5a2dc80

Browse files
committed
fix: update binary version to 0.2.2
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
1 parent a0494b0 commit 5a2dc80

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.changeset/public-plums-tease.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"@hyperledger/anoncreds-react-native": patch
44
---
55

6-
chore: update to anoncreds-rs version 0.2.1. This release adds support for 16KB page sizes on Android.
6+
chore: update to anoncreds-rs version 0.2.2. This release adds support for 16KB page sizes on Android.

packages/anoncreds-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "catalog:"
3838
},
3939
"binary": {
40-
"version": "v0.2.1",
40+
"version": "v0.2.2",
4141
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download",
4242
"packageName": "library-{platform}-{arch}.tar.gz"
4343
},

packages/anoncreds-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"react-native": ">= 0.71"
5050
},
5151
"binary": {
52-
"version": "v0.2.1",
52+
"version": "v0.2.2",
5353
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download",
5454
"packageName": "library-ios-android.tar.gz"
5555
}

0 commit comments

Comments
 (0)