Skip to content

Commit

Permalink
chore: release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Loschcode committed Feb 26, 2021
1 parent 4650596 commit 9e231b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For testing purpose, don't forget to [turn it off yourself](https://support.goog
### Browser
```
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="https://unpkg.com/[email protected].6/index.js"></script>
<script src="https://unpkg.com/[email protected].7/index.js"></script>
```
### Package Managers
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-mixpanel",
"version": "1.0.6",
"version": "1.0.7",
"description": "A simple library to use mixpanel through VueJS",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 9e231b4

Please sign in to comment.