Skip to content

Commit 1219b80

Browse files
1 parent fabdcf0 commit 1219b80

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_dioxus"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Junichi Sugiura"]
55
edition = "2021"
66
description = "Write cross-platform application with React-like declarative UI framework and scalable ECS architecture all in Rust."

Diff for: packages/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_dioxus_core"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Junichi Sugiura"]
55
edition = "2021"
66
description = "Write cross-platform application with React-like declarative UI framework and scalable ECS architecture all in Rust."

Diff for: packages/desktop/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_dioxus_desktop"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Junichi Sugiura"]
55
edition = "2021"
66
description = "Write cross-platform application with React-like declarative UI framework and scalable ECS architecture all in Rust."

Diff for: packages/macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_dioxus_macro"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Junichi Sugiura"]
55
edition = "2021"
66
description = "Write cross-platform application with React-like declarative UI framework and scalable ECS architecture all in Rust."

0 commit comments

Comments
 (0)