Skip to content

Commit 294c6f0

Browse files
committed
Revert "v0.1.2"
This reverts commit 88f5b8b.
1 parent 88f5b8b commit 294c6f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mobile-wallet-protocol/client",
3-
"version": "0.1.2",
3+
"version": "0.1.1",
44
"description": "Client SDK for the Mobile Wallet Protocol",
55
"keywords": [
66
"react-native",
@@ -82,4 +82,4 @@
8282
"tslib": "^2.6.0",
8383
"typescript": "^5.1.6"
8484
}
85-
}
85+
}

packages/client/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = '0.1.2';
1+
export const LIB_VERSION = '0.1.1';

0 commit comments

Comments
 (0)