From 24d5584f0f85745ab72826f7f96df282bce1252b Mon Sep 17 00:00:00 2001 From: Abel John <9206066+abeljohn@users.noreply.github.com> Date: Wed, 11 Feb 2026 10:04:09 -0800 Subject: [PATCH] bump version to 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 779c2a6..41b6267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sigmacomputing/plugin", - "version": "1.1.0", + "version": "1.1.1", "description": "Sigma Computing Plugin Client API", "license": "MIT", "homepage": "https://github.com/sigmacomputing/plugin",