diff --git a/package-lock.json b/package-lock.json index 5e9fb6d..ba24abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quickwit-datasource", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "quickwit-datasource", - "version": "0.2.1", + "version": "0.2.2", "license": "AGPL-3.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/package.json b/package.json index 491be91..7e43805 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickwit-datasource", - "version": "0.2.1", + "version": "0.2.2", "description": "Quickwit datasource", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",