Skip to content

Commit

Permalink
version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cadgerfeast committed Sep 20, 2019
1 parent ad467c0 commit 470be55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Alternatively you can reference the script in your HTML:
``` html
<script src="path/to/vue-konami.umd.js"></script>
<!-- CDN -->
<script src="https://unpkg.com/vue-konami/dist/vue-konami.umd.js"></script>
<script src="https://unpkg.com/vue-konami"></script>
```

## Usage
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vue-konami",
"version": "1.0.6",
"version": "1.0.7",
"unpkg": "dist/vue-konami.umd.js",
"browser": "dist/vue-konami.umd.js",
"main": "dist/vue-konami.cjs.js",
"scripts": {
Expand Down

0 comments on commit 470be55

Please sign in to comment.