From e93ee20f61c3b70b8078a18b2a2d12578f6cb0c7 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:26:37 +1100 Subject: [PATCH] actually bump the nimble file --- websock.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websock.nimble b/websock.nimble index 42d1dd3..5328680 100644 --- a/websock.nimble +++ b/websock.nimble @@ -8,7 +8,7 @@ ## those terms. packageName = "websock" -version = "0.1.0" +version = "0.2.0" author = "Status Research & Development GmbH" description = "WS protocol implementation" license = "MIT"