From 9f94715715e78b0491b381251966c93aa9892408 Mon Sep 17 00:00:00 2001 From: Gregory Baranski Date: Thu, 16 Nov 2023 16:04:50 +0200 Subject: [PATCH] chore: bump version to v0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5062fb8..ca69283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ezsockets" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["Grzegorz BaraƄski "] description = "WebSockets server & client made easy"