From e6c0738b70b0f5d6ac7fb9e33b3d8f7e11eb916a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Massot?= Date: Sun, 2 Jul 2023 16:19:58 +0200 Subject: [PATCH] Bump to version 0.2.2. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",