From ded6bbc4c25b27c93a504ebced8dd0962e141418 Mon Sep 17 00:00:00 2001 From: helenosheaa <38860767+helenosheaa@users.noreply.github.com> Date: Fri, 3 Feb 2023 10:08:47 -0500 Subject: [PATCH] fix: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1511f3..869fe2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flightsql-datasource", - "version": "0.1.0", + "version": "0.1.1", "description": "", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",