Skip to content

Commit 9e231b4

Browse files
committed
chore: release 1.0.7
1 parent 4650596 commit 9e231b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For testing purpose, don't forget to [turn it off yourself](https://support.goog
1515
### Browser
1616
```
1717
<script src="https://unpkg.com/vue/dist/vue.js"></script>
18-
<script src="https://unpkg.com/[email protected].6/index.js"></script>
18+
<script src="https://unpkg.com/[email protected].7/index.js"></script>
1919
```
2020
### Package Managers
2121
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-mixpanel",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A simple library to use mixpanel through VueJS",
55
"main": "index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)