Skip to content

Commit

Permalink
chore: upgrade to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lokyoung committed Mar 7, 2017
1 parent 4ff18bc commit 30edaa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Paginate from 'vuejs-paginate'
Vue.component('paginate', Paginate)
```

PS: For version <= 0.5.0, use `Vue.use(Paginate)` to register the component after import the package. But recommend to use version >= 0.6.0 now.
PS: For version <= 0.5.0, use `Vue.use(Paginate)` to register the component after import the package. But recommend to use the latest version now.

### CDN

Expand All @@ -40,7 +40,7 @@ Include the source file.
<!-- use the latest release -->
<script src="https://unpkg.com/vuejs-paginate@latest"></script>
<!-- or use the specify version -->
<script src="https://unpkg.com/vuejs-paginate@0.6.0"></script>
<script src="https://unpkg.com/vuejs-paginate@0.7.1"></script>
```

Register the component.
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": "vuejs-paginate",
"version": "0.7.0",
"version": "0.7.1",
"description": "A easy pagination component for Vue.js",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 30edaa1

Please sign in to comment.