From 597b5cb300490cce9bb5f3716df9c19ee427f712 Mon Sep 17 00:00:00 2001 From: Luca Marchesini Date: Tue, 28 Sep 2021 10:45:25 +0200 Subject: [PATCH] 4.0.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f1b0b1..3eccad9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-plugin-kuzzle", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 30658b2..02be898 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-plugin-kuzzle", - "version": "4.0.3", + "version": "4.0.4", "description": "A Vuejs plugin shipping the Kuzzle SDK in your components", "main": "index.js", "types": "./index.d.ts",