bump version to 0.14.0

This commit is contained in:
bitfl0wer 2024-01-19 21:50:42 +01:00
parent 7a517b3663
commit f7d31fe57b
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -199,7 +199,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "chorus" name = "chorus"
version = "0.13.0" version = "0.14.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"base64 0.21.5", "base64 0.21.5",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "chorus" name = "chorus"
description = "A library for interacting with multiple Spacebar-compatible Instances at once." description = "A library for interacting with multiple Spacebar-compatible Instances at once."
version = "0.13.0" version = "0.14.0"
license = "AGPL-3.0" license = "AGPL-3.0"
edition = "2021" edition = "2021"
repository = "https://github.com/polyphony-chat/chorus" repository = "https://github.com/polyphony-chat/chorus"