Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DrLuke committed May 11, 2024
1 parent 028cb9b commit 2fe52cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_rosc"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
description = "Send and receive OSC messages in bevy"
repository = "https://github.com/DrLuke/bevy_rosc"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn main() {
// Minimal Bevy plugins
.add_plugins(MinimalPlugins)
// Add the bevy_rosc plugin and have it listen on port 31337
.add_plugin(BevyRoscPlugin::new("0.0.0.0:31337").unwrap())
.add_plugins(BevyRoscPlugin::new("0.0.0.0:31337").unwrap())
.run();
}
```
Expand Down Expand Up @@ -85,6 +85,7 @@ Your custom OSC component however can directly act on receiving the messages.

| bevy | bevy_rosc |
|------|-----------|
| 0.13 | 0.7 |
| 0.10 | 0.6 |
| 0.9 | 0.5 |
| 0.8 | 0.4 |
Expand Down

0 comments on commit 2fe52cf

Please sign in to comment.