We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f5b8b commit 294c6f0Copy full SHA for 294c6f0
2 files changed
packages/client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mobile-wallet-protocol/client",
3
- "version": "0.1.2",
+ "version": "0.1.1",
4
"description": "Client SDK for the Mobile Wallet Protocol",
5
"keywords": [
6
"react-native",
@@ -82,4 +82,4 @@
82
"tslib": "^2.6.0",
83
"typescript": "^5.1.6"
84
}
85
-}
+}
packages/client/src/version.ts
@@ -1 +1 @@
-export const LIB_VERSION = '0.1.2';
+export const LIB_VERSION = '0.1.1';
0 commit comments