diff --git a/package-lock.json b/package-lock.json index b21802d..633e6f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quickwit-datasource", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "quickwit-datasource", - "version": "0.4.2", + "version": "0.4.3", "license": "AGPL-3.0", "dependencies": { "@emotion/css": "^11.11", diff --git a/package.json b/package.json index eca2434..40b1048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickwit-datasource", - "version": "0.4.2", + "version": "0.4.3", "description": "Quickwit datasource", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",