diff --git a/package-lock.json b/package-lock.json index 049707c..57aca4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue2-datepicker", - "version": "2.12.0", + "version": "3.0.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f03b272..33090fc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "/locale", "/index.*" ], - "version": "2.12.0", + "version": "3.0.0-beta.1", "scripts": { "dev": "parcel ./example/index.html --open --port 2235", "build:index": "rollup -c",