From 3056f477c2ec3489a562bc022c6e36777b0beb15 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 14 Apr 2019 16:43:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20v3.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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