Skip to content

Commit 3ff4c14

Browse files
committed
Change versions
1 parent e459b13 commit 3ff4c14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The main v2 version supports Vue 3.x only, for previous versions of Vue, check t
3030

3131
| vue Version | vue-toggle-component version |
3232
| ----------- | ---------------------------- |
33-
| `2.x` | `1.x` |
34-
| `3.x` | `2.x` |
33+
| `2.x` | `0.1.x` |
34+
| `3.x` | `1.x` |
3535

3636
### Usage
3737
#### Example

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-toggle-component",
3-
"version": "0.2.0",
3+
"version": "1.0",
44
"scripts": {
55
"serve": "vue-cli-service serve",
66
"build": "vue-cli-service build",

0 commit comments

Comments
 (0)