diff --git a/package-lock.json b/package-lock.json index b006906..6de5307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-uuid", - "version": "2.1.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vue-uuid", - "version": "2.1.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@types/uuid": "^8.3.4", diff --git a/package.json b/package.json index b0531e6..616cf68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-uuid", - "version": "2.1.0", + "version": "3.0.0", "description": "Add UUID to Vue instance.", "cdn": "dist/index.umd.min.js", "main": "dist/index.js",