Skip to content

Commit fdef69a

Browse files
author
xutao15
committed
update version
1 parent 3fbabee commit fdef69a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iview-mpvue",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "高质量小程序 UI 组件库",
55
"main": "./dist/index.js",
66
"directories": {

src/index.js

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

112112
const API = {
113-
version: '1.0.0',
113+
version: '1.0.1',
114114
install,
115115
...components
116116
}

0 commit comments

Comments
 (0)