From 4415ed5c4fb98ee8f99c3448e9ff79dd86b62375 Mon Sep 17 00:00:00 2001 From: helenosheaa <38860767+helenosheaa@users.noreply.github.com> Date: Thu, 16 Feb 2023 10:13:27 -0500 Subject: [PATCH] fix: update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8169c9d..19189d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flightsql-datasource", - "version": "0.1.4", + "version": "0.1.5", "description": "", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",