Skip to content

Commit

Permalink
bump version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kozabrada123 committed Nov 24, 2024
1 parent ea0a702 commit 0d56d7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "chorus"
description = "A library for interacting with multiple Spacebar-compatible Instances at once."
version = "0.17.0"
version = "0.18.0"
license = "MPL-2.0"
edition = "2021"
repository = "https://github.com/polyphony-chat/chorus"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To get started with Chorus, import it into your project by adding the following

```toml
[dependencies]
chorus = "0.17.0"
chorus = "0.18.0"
```

### Establishing a Connection
Expand Down

0 comments on commit 0d56d7d

Please sign in to comment.