Skip to content

Commit 766b499

Browse files
committed
upgrade version
1 parent 163c6ca commit 766b499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-windowing",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Set of components used for virtualizing DOM.",
55
"author": {
66
"email": "[email protected]",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function registerComponents(Vue) {
2222
}
2323

2424
const plugin = {
25-
version: '0.1.0',
25+
version: '0.1.1',
2626
install(Vue) {
2727
registerComponents(Vue);
2828
},

0 commit comments

Comments
 (0)