Bump version to v0.16.0

This commit is contained in:
bitfl0wer 2024-08-28 20:10:15 +02:00
parent 1c90c8e32b
commit 261fe452c1
No known key found for this signature in database
GPG Key ID: 8D90CA11485CD14D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -236,7 +236,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "chorus"
version = "0.15.0"
version = "0.16.0"
dependencies = [
"async-trait",
"base64 0.21.7",

View File

@ -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"