Skip to content

Commit

Permalink
release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Haixing-Hu committed Oct 7, 2015
1 parent cfab17f commit f347c1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-select",
"description": "A Vue.js component implementing the select control with the jQuery select2 plugin.",
"version": "0.1.2",
"version": "0.1.3",
"keywords": [
"Vue.js",
"component",
Expand All @@ -27,10 +27,9 @@
],
"dependencies": {
"vue": "^0.12.16",
"select2": "^4.0.0"
},
"devDependencies": {
"jquery": "^2.1.4",
"bootstrap": "^3.3.5",
"select2": "^4.0.0",
"select2-bootstrap-theme": "^0.1.0-beta.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-select",
"description": "A Vue.js component implementing the select control with the jQuery select2 plugin.",
"version": "0.1.2",
"version": "0.1.3",
"author": {
"name": "Haixing Hu",
"email": "starfish.hu@gmail.com"
Expand Down

0 comments on commit f347c1c

Please sign in to comment.