Skip to content

Commit

Permalink
Version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr committed Jul 3, 2024
1 parent 876a292 commit f6bcad4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = "assets_manager"
version = "0.11.6"
version = "0.12.0"
authors = ["Benoît du Garreau"]
edition = "2021"
rust-version = "1.71"
Expand Down
4 changes: 2 additions & 2 deletions crates/kira/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "assets_manager-kira"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
rust-version = "1.71"
license = "MIT OR Apache-2.0"
Expand All @@ -22,7 +22,7 @@ wav = ["kira/wav"]


[dependencies]
assets_manager = { version = "0.11", default-features = false }
assets_manager = { version = "0.12", default-features = false }
kira = { version = "0.9", default-features = false, features = ["symphonia"] }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/rodio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "assets_manager-rodio"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand All @@ -25,5 +25,5 @@ symphonia-vorbis = ["rodio/symphonia-vorbis"]
symphonia-wav = ["rodio/symphonia-wav"]

[dependencies]
assets_manager = { version = "0.11", default-features = false }
assets_manager = { version = "0.12", default-features = false }
rodio = { version = "0.19", default-features = false }

0 comments on commit f6bcad4

Please sign in to comment.