From 2eb0dc8ba497d0ea05cb2cf90a3baf2a168a955d Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Fri, 25 Oct 2024 12:13:55 -0700 Subject: [PATCH] bump versions --- client/vscode-lib/package.json | 2 +- lib/client/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/vscode-lib/package.json b/client/vscode-lib/package.json index a784b28c..a1e15226 100644 --- a/client/vscode-lib/package.json +++ b/client/vscode-lib/package.json @@ -1,6 +1,6 @@ { "name": "@openctx/vscode-lib", - "version": "0.0.25", + "version": "0.0.26", "description": "OpenCtx library for VS Code extensions", "license": "Apache-2.0", "repository": { diff --git a/lib/client/package.json b/lib/client/package.json index 64f16c64..92b5cad8 100644 --- a/lib/client/package.json +++ b/lib/client/package.json @@ -1,6 +1,6 @@ { "name": "@openctx/client", - "version": "0.0.29", + "version": "0.0.30", "description": "OpenCtx client library", "license": "Apache-2.0", "repository": {