From b2ce0fd67430ce8ee0284d5028266bca8e14315e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 09:51:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a979e83..5f69435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "three-tunnel", - "version": "0.0.20", + "version": "0.0.21", "type": "module", "main": "dist/three-tunnel.js", "scripts": { diff --git a/src/version.ts b/src/version.ts index 6cc11d6..fd676ea 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ -export const VERSION = "0.0.20" as const; +export const VERSION = "0.0.21" as const; \ No newline at end of file