diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index fdb003e..ab673cf 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -2,7 +2,7 @@ const isDeployPreview = process.env.hasOwnProperty('DEPLOY_PREVIEW'); const meta = { title: 'Vue Select | VueJS Select2/Chosen Component', - description: 'Everything you wish the native element could do, wrapped up into a lightweight, extensible Vue component.', url: 'http://sagalbot.github.io/vue-select/', icon: '/vue-logo.png', }; diff --git a/package.json b/package.json index b4d3334..dc0b4db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-select", - "version": "2.6.4", - "description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.", + "version": "3.0.0", + "description": "Everything you wish the HTML