Skip to content

Commit 8b55aae

Browse files
author
Javier Diaz
committed
chore: 0.3.2 build
1 parent 06a577f commit 8b55aae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (typeof window !== 'undefined' && window.Vue) {
99
}
1010

1111
export default {
12-
version: '0.3.1',
12+
version: '0.3.2',
1313
install,
1414
TinyPagination,
1515
};

Diff for: 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.1",
3+
"version": "0.3.2",
44
"productName": "Vue Tiny Pagination",
55
"description": "A Vue component for create a tiny pagination with Flexbox",
66
"author": {

Diff for: packages/TinyPagination/src/main.vue

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

0 commit comments

Comments
 (0)