Skip to content

Commit

Permalink
Bump version to v1.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Jan 10, 2023
1 parent 05b2864 commit 539e37a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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.

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bounce-up"
version = "1.5.1"
version = "1.5.2"
edition = "2021"

[lib]
Expand All @@ -23,8 +23,4 @@ bevy = { version = "0.9", default-features = false, features = [
"png",
"x11",
] }
bevy_kira_audio = { version = "0.13", features = [
"wav",
"flac",
"ogg"
] }
bevy_kira_audio = { version = "0.13", features = ["wav", "flac", "ogg"] }

0 comments on commit 539e37a

Please sign in to comment.