From e200e6714865ad96adff1ca694f2ada9d268f146 Mon Sep 17 00:00:00 2001 From: Sergei Grebnov Date: Thu, 1 Aug 2024 00:01:54 -0700 Subject: [PATCH] Update version to 0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 675227d..91e3d72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spice-ai", - "version": "0.0.4", + "version": "0.0.5", "description": "Spice.ai datasource plugin for grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",