Skip to content

Commit

Permalink
chore: helps to actually bump cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Nov 13, 2024
1 parent ef6cb3b commit d22501b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_audio_controller"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["TurtIeSocks"]
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ all-codecs = ["flac", "mp3", "ogg", "wav"]


[dependencies]
bevy_audio_controller_derive = { path = "macros", version = "0.2.2" }
bevy_audio_controller_derive = { path = "macros", version = "0.2.3" }

bevy = { version = "0.14", default-features = false, features = [
"bevy_audio",
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_audio_controller_derive"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["TurtIeSocks"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d22501b

Please sign in to comment.