diff --git a/lerna.json b/lerna.json index 3832137..fbbe43b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { - "npmClient": "pnpm", - "version": "0.9.2", - "exact": true, - "message": "chore(release): %s" -} + "npmClient": "pnpm", + "version": "0.9.3", + "exact": true, + "message": "chore(release): %s" +} \ No newline at end of file diff --git a/library/package.json b/library/package.json index 15f20b1..09051f1 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@animo-id/react-native-ble-didcomm", - "version": "0.9.2", + "version": "0.9.3", "description": "React Native Bluetooth Low Energy (BLE) SDK for DIDComm", "main": "build/index", "source": "src/index",