Skip to content

Commit

Permalink
repo: cargo: increase version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paveyry committed Dec 21, 2023
1 parent a08c6c7 commit f68fa00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rust-music"
version = "0.1.4"
version = "0.1.5"
authors = ["Pierre-Alexandre Veyry"]
edition = "2021"
description = """
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ The `Score` type that carries this information can be fully exported as a playab
Add `rust-music` to the dependencies in your `Cargo.toml`.

```toml
rust-music = "0.1.3"
rust-music = "0.1.5"
```

Then you can start creating music.
Expand Down

0 comments on commit f68fa00

Please sign in to comment.