We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbabee commit fdef69aCopy full SHA for fdef69a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "iview-mpvue",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "高质量小程序 UI 组件库",
5
"main": "./dist/index.js",
6
"directories": {
src/index.js
@@ -110,7 +110,7 @@ if (typeof window !== 'undefined' && window.Vue) {
110
}
111
112
const API = {
113
- version: '1.0.0',
+ version: '1.0.1',
114
install,
115
...components
116
0 commit comments