From 46000f0b243d848872d58072b5b1a5c0149e1afd Mon Sep 17 00:00:00 2001 From: kane50613 Date: Wed, 16 Oct 2024 17:47:49 +0800 Subject: [PATCH] release: v0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e211c6f..ebcc5f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-on-workers", - "version": "0.2.9", + "version": "0.3.0", "description": "Connect to your Redis server using cloudflare:sockets", "scripts": { "build": "tsup",