From b2ac4baced745b3fbc1cf84c200ccde96db299f1 Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Sun, 5 Nov 2023 20:15:18 -0700 Subject: [PATCH] 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c640a6..9ea2f36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arrowood.dev/socket", - "version": "0.1.0", + "version": "0.2.0", "description": "A Node.js Implementation of the Cloudflare Socket API", "keywords": [], "homepage": "https://github.com/ethan-arrowood/socket#readme",