From f7d31fe57bd411dc25e45292b0b7555121eee7bb Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Fri, 19 Jan 2024 21:50:42 +0100 Subject: [PATCH] bump version to 0.14.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 036dc73..5276fb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,7 +199,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chorus" -version = "0.13.0" +version = "0.14.0" dependencies = [ "async-trait", "base64 0.21.5", diff --git a/Cargo.toml b/Cargo.toml index fd7dffe..b73e142 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.13.0" +version = "0.14.0" license = "AGPL-3.0" edition = "2021" repository = "https://github.com/polyphony-chat/chorus"