Skip to content

Commit

Permalink
chore: build 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Diaz committed Apr 2, 2019
1 parent c2123ca commit 0d456e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}

export default {
version: '0.2.3',
version: '0.3.0',
install,
TinyPagination,
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-tiny-pagination",
"version": "0.2.3",
"version": "0.3.0",
"author": {
"name": "Javier Diaz Chamorro",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/TinyPagination/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
},
data () {
return {
version: '0.2.3',
version: '0.3.0',
currentPage: 1,
currentLimit: 10,
translations: {
Expand Down

0 comments on commit 0d456e9

Please sign in to comment.