From 60aa559e6d2d6fc82b4aa03cb2139a0ad0521bd2 Mon Sep 17 00:00:00 2001 From: Flori <39242991+bitfl0wer@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:23:30 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40c67f5..40a7024 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.2.0" +version = "0.3.0" license = "AGPL-3.0" edition = "2021" repository = "https://github.com/polyphony-chat/chorus"