Skip to content

Commit 9ab58ec

Browse files
committed
bump version
1 parent d5f2e07 commit 9ab58ec

File tree

8 files changed

+17
-16
lines changed

8 files changed

+17
-16
lines changed

Cargo.lock

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ opt-level = 1
3030

3131
[patch.crates-io]
3232
# winit = { git = "https://github.com/yjpark/winit/", branch = "touch-input_0.24.0" }
33-
bevy_asset_loader = { git = "https://github.com/NiklasEi/bevy_asset_loader/", branch = "main" }

apps/notation_kb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_kb"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
description = "Fun Notation Knowledge Base"
66

apps/notation_kb_cn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_kb_cn"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
description = "Fun Notation Knowledge Base (Chinese)"
66

apps/notation_tabs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_tabs"
3-
version = "0.3.0"
3+
version = "0.3.4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

apps/notation_viewer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_viewer"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
description = "Notation Viewer"
66

apps/notation_viewer_cn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_viewer_cn"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
description = "Notation Viewer (Chinese)"
66

crates/notation_bevy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ rand = "0.8"
6060
getrandom = {version="0.2", features=["wasm-bindgen"]}
6161

6262
bevy_prototype_lyon = "0.3.1"
63-
bevy_asset_loader = "0.6.0"
63+
bevy_asset_loader = "0.7.0"
6464
bevy_egui = "0.9"
6565
bevy_easings = "0.4.1"
6666
# bevy_svg = "0.3"

0 commit comments

Comments
 (0)