Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffan committed Jun 22, 2017
1 parent 41752e9 commit a26d013
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ $ npm install vue-event-manager
```

### CDN
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/[email protected].3) or [unpkg](https://unpkg.com/[email protected].3).
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/[email protected].4) or [unpkg](https://unpkg.com/[email protected].4).
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].4"></script>
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-event-manager.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-event-manager v1.0.3
* vue-event-manager v1.0.4
* https://github.com/pagekit/vue-event-manager
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-event-manager.es2015.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-event-manager v1.0.3
* vue-event-manager v1.0.4
* https://github.com/pagekit/vue-event-manager
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-event-manager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-event-manager v1.0.3
* vue-event-manager v1.0.4
* https://github.com/pagekit/vue-event-manager
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-event-manager.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-event-manager",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/vue-event-manager.common.js",
"module": "dist/vue-event-manager.es2015.js",
"unpkg": "dist/vue-event-manager.min.js",
Expand Down

0 comments on commit a26d013

Please sign in to comment.