Skip to content

Commit

Permalink
[release] bump to 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
杨宇亮 committed Mar 15, 2019
1 parent 796ae53 commit 605a332
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wdui",
"version": "0.7.8",
"version": "0.8.0",
"description": "Mobile UI Components Library based on Vue 2.0",
"main": "lib/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if (typeof window !== 'undefined' && window.Vue) {
install(window.Vue)
}

const version = '0.7.4'
const version = '0.8.0'

export {
install,
Expand Down

0 comments on commit 605a332

Please sign in to comment.