diff --git a/package-lock.json b/package-lock.json index 2a34e3e..88fd2ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-plugin-kuzzle", - "version": "4.5.1", + "version": "4.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue-plugin-kuzzle", - "version": "4.5.1", + "version": "4.5.2", "license": "Apache 2", "dependencies": { "kuzzle-sdk": "~7.x", diff --git a/package.json b/package.json index 3851b22..b9d9501 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-plugin-kuzzle", - "version": "4.5.1", + "version": "4.5.2", "description": "A Vuejs plugin shipping the Kuzzle SDK in your components", "main": "./dist/index.js", "module": "./dist/index.js",