aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-09-19 22:50:02 -0400
committerLibravatar GitHub <[email protected]>2024-09-19 22:50:02 -0400
commit7ee9bf6172fda8ea6a20bed9326a0918f3371226 (patch)
tree343dd3830127feacf98c9d1ef07019e070e18e21
parentf6914ca55f2f4771df20534f26e5667965985aa0 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3ddd2e6..ad55a74 100644
--- a/README.md
+++ b/README.md
@@ -11,14 +11,14 @@ A plugin which adds MIDI file and soundfont audio support to the bevy engine via
| Crate Version | Bevy Version |
|--- |--- |
-| 0.1 | 0.14 |
+| 0.1-0.2 | 0.14 |
## Installation
### crates.io
```toml
[dependencies]
-bevy_rustysynth = "0.1"
+bevy_rustysynth = "0.2"
```
### Using git URL in Cargo.toml