From e055d8f04c00d9efa8ab88ea1e3ad02e7d5dd43a Mon Sep 17 00:00:00 2001 From: Flori <39242991+bitfl0wer@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:02:51 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebdfb4a..33acc15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "chorus" description = "A library for interacting with multiple Spacebar-compatible Instances at once." -version = "0.10.1" +version = "0.11.0" license = "AGPL-3.0" edition = "2021" repository = "https://github.com/polyphony-chat/chorus"