Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenz24 committed Jan 20, 2017
1 parent 3c2e3ac commit 89e0b8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ npm run dev
npm run package
```

## Version

- 0.1.8 beta

## Compatibility

- Vuejs(2.1.6+)
- Modern browsers and IE10+

## Credits
Blu is inspired or powered by these people or projects so I want to thank them

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-blu",
"version": "0.1.7",
"version": "0.1.8",
"description": "A UI Component Library Base on Vue.js and Bulma",
"author": "Chenz <[email protected]>",
"private": false,
Expand Down Expand Up @@ -36,7 +36,7 @@
"jump.js": "^1.0.1",
"lodash": "^4.17.2",
"popper.js": "^0.6.4",
"vue": "^2.1.6",
"vue": "^2.1.10",
"vue-router": "^2.1.1"
},
"devDependencies": {
Expand Down Expand Up @@ -106,6 +106,7 @@
"url-loader": "^0.5.7",
"vue-loader": "^9.9.5",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.3",
"webpack-hot-middleware": "^2.12.2",
Expand Down

0 comments on commit 89e0b8f

Please sign in to comment.