Skip to content

Commit

Permalink
upgrade the vue-select to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Haixing-Hu committed Nov 1, 2016
1 parent 9b807ba commit c2dd494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-country-select",
"description": "A Vue.js component implementing the select control used to select countries.",
"version": "0.2.2",
"version": "0.2.3",
"keywords": [
"Vue.js",
"component",
Expand All @@ -28,7 +28,7 @@
],
"dependencies": {
"vue": "^1.0.24",
"vue-select": "^0.2.6"
"vue-select": "^0.3.0"
},
"devDependencies": {
"vue-i18n-plugin": "^0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-country-select",
"description": "A Vue.js component implementing the select control used to select countries.",
"version": "0.2.2",
"version": "0.2.3",
"author": {
"name": "Haixing Hu",
"email": "starfish.hu@gmail.com"
Expand Down

0 comments on commit c2dd494

Please sign in to comment.