Skip to content

Commit

Permalink
[release] bump to v0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jin5354 committed Oct 13, 2017
1 parent 5f64e3f commit 97b2b54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.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.11",
"version": "0.6.12",
"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.11'
const version = '0.6.12'

export {
install,
Expand Down

0 comments on commit 97b2b54

Please sign in to comment.