From b1fac7d3daaa1f9586b98bff381cee605f8434a3 Mon Sep 17 00:00:00 2001 From: Luca Marchesini Date: Mon, 18 Oct 2021 10:17:59 +0200 Subject: [PATCH] 4.1.0 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3eccad9..86cc4c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-plugin-kuzzle", - "version": "4.0.4", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ce7b21b..98ec450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-plugin-kuzzle", - "version": "4.0.4", + "version": "4.1.0", "description": "A Vuejs plugin shipping the Kuzzle SDK in your components", "main": "index.js", "types": "./index.d.ts", @@ -34,4 +34,4 @@ "@types/node": "^16.10.1", "typescript": "^4.4.3" } -} \ No newline at end of file +}