Skip to content

Commit

Permalink
[release]bump to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jin5354 committed Jun 7, 2017
1 parent 0ed6051 commit 9599793
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/scroller.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/switch.js

Large diffs are not rendered by default.

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.6.3",
"version": "0.6.4",
"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.6.3'
const version = '0.6.4'

export {
install,
Expand Down

0 comments on commit 9599793

Please sign in to comment.