Bump version

This commit is contained in:
bitfl0wer 2023-12-03 22:35:45 +01:00
parent 39f7aa2a7a
commit f74a8b2068
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

@ -44,7 +44,7 @@ To get started with Chorus, import it into your project by adding the following
```toml
[dependencies]
chorus = "0.12.0"
chorus = "0.13.0"
```
### Establishing a Connection