Skip to content

Commit 539e37a

Browse files
committed
Bump version to v1.5.2.
1 parent 05b2864 commit 539e37a

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bounce-up"
3-
version = "1.5.1"
3+
version = "1.5.2"
44
edition = "2021"
55

66
[lib]
@@ -23,8 +23,4 @@ bevy = { version = "0.9", default-features = false, features = [
2323
"png",
2424
"x11",
2525
] }
26-
bevy_kira_audio = { version = "0.13", features = [
27-
"wav",
28-
"flac",
29-
"ogg"
30-
] }
26+
bevy_kira_audio = { version = "0.13", features = ["wav", "flac", "ogg"] }

0 commit comments

Comments
 (0)