From 261fe452c16e434b0e8af3209dcf065e8f72c564 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 28 Aug 2024 20:10:15 +0200 Subject: [PATCH] Bump version to v0.16.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2fb0d2..2d79f4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,7 +236,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chorus" -version = "0.15.0" +version = "0.16.0" dependencies = [ "async-trait", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index f9a7047..6d4830e 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.15.0" +version = "0.16.0" license = "MPL-2.0" edition = "2021" repository = "https://github.com/polyphony-chat/chorus"