Skip to content

Commit b06976c

Browse files
author
Javier Diaz
committed
build: 0.3.3
1 parent 4df387d commit b06976c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-tiny-pagination",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "A Vue component for create a tiny pagination with Flexbox",
55
"license": "MIT",
66
"private": false,

packages/TinyPagination/src/main.vue

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export default {
5454
},
5555
data() {
5656
return {
57-
version: '0.3.2',
5857
currentPage: 1,
5958
currentLimit: 10,
6059
translations: {

0 commit comments

Comments
 (0)