From c89507dbf5865b72fc8646129630d4552863fa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A8r=20Kessels?= Date: Mon, 19 Sep 2022 16:50:22 +0200 Subject: [PATCH] Bump version, because we introduced an API change. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aed74d4..581f6dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webmocket" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Websocket server for testing and development" license = "MIT"