From d65b393958a4a24d4ba55f8fc1fc694fe3fc3285 Mon Sep 17 00:00:00 2001 From: ilbertt Date: Thu, 31 Oct 2024 15:28:05 +0100 Subject: [PATCH] chore: bump to version v0.4.1 --- mops.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mops.toml b/mops.toml index c22e9ac..af8e77e 100644 --- a/mops.toml +++ b/mops.toml @@ -1,6 +1,6 @@ [package] name = "ic-websocket-cdk" -version = "0.4.0" +version = "0.4.1" description = "IC WebSocket Motoko CDK" repository = "https://github.com/omnia-network/ic-websocket-cdk-mo" keywords = [ "ic", "websocket", "motoko", "cdk" ]