Skip to content

Commit 605a332

Browse files
author
杨宇亮
committed
[release] bump to 0.8.0.
1 parent 796ae53 commit 605a332

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wdui",
3-
"version": "0.7.8",
3+
"version": "0.8.0",
44
"description": "Mobile UI Components Library based on Vue 2.0",
55
"main": "lib/index.js",
66
"repository": {

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if (typeof window !== 'undefined' && window.Vue) {
6565
install(window.Vue)
6666
}
6767

68-
const version = '0.7.4'
68+
const version = '0.8.0'
6969

7070
export {
7171
install,

0 commit comments

Comments
 (0)