Skip to content

Commit 709cd60

Browse files
committed
updates
1 parent c277f42 commit 709cd60

File tree

5 files changed

+277
-139
lines changed

5 files changed

+277
-139
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@
77

88
Simple WalletConnect Web3Modal v2 integration package for Vue3 apps.
99

10-
**Table of Contents**
10+
### Versions
11+
| package version | web3modal |
12+
|-----------------|-------------------|
13+
| [2.x.x](https://github.com/kolirt/vue-web3-auth/tree/v2) | [v2](https://github.com/WalletConnect/web3modal/tree/V2) |
1114

15+
16+
### Table of Contents
17+
18+
- [Versions](#versions)
1219
- [Getting started](#getting-started)
1320
- [Installation](#installation)
1421
- [Setup](#setup)

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@kolirt/vue-web3-auth": "^0.1.4",
12+
"@kolirt/vue-web3-auth": "^2",
1313
"bootstrap": "^5.3.2",
1414
"vue": "^3.3.8"
1515
},

0 commit comments

Comments
 (0)