Skip to content

Commit 7d9f0a8

Browse files
committed
Release v0.2.1
1 parent 5843225 commit 7d9f0a8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crystalorb"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Ernest Wong <sudo@ernestwong.nz>"]
55
categories = ["games", "simulation"]
66
description = "Network-agnostic, high-level game networking library"

crates/crystalorb-bevy-networking-turbulence/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crystalorb-bevy-networking-turbulence"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Ernest Wong <sudo@ernestwong.nz>"]
55
categories = ["games", "simulation"]
66
description = "bevy_networking_turbulence integration for CrystalOrb"
@@ -20,7 +20,7 @@ bevy_app = "0.5"
2020
bevy_ecs = "0.5"
2121
bevy_core = "0.5"
2222
bevy_networking_turbulence = {version = "0.3.0", default-features = false}
23-
crystalorb = {version = "0.2.0", path="../../"}
23+
crystalorb = {version = "0.2.1", path="../../"}
2424
serde = {version = "1.0.118", features = ["derive"]}
2525
turbulence = "0.3"
2626

crates/crystalorb-mock-network/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crystalorb-mock-network"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Ernest Wong <sudo@ernestwong.nz>"]
55
categories = ["games", "simulation"]
66
description = "Mock, offline, in-memory transport layer for CrystalOrb"
@@ -11,7 +11,7 @@ readme = "README.markdown"
1111
repository = "https://github.com/ErnWong/crystalorb"
1212

1313
[dependencies]
14-
crystalorb = {version = "0.2.0", path = "../../"}
14+
crystalorb = {version = "0.2.1", path = "../../"}
1515
serde = {version = "1.0.118", features = ["derive"]}
1616

1717
[dev-dependencies]

examples/demo/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crystalorb-demo"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Ernest Wong <sudo@ernestwong.nz>"]
55
categories = ["games", "simulation"]
66
description = "Visual and interactive demo for CrystalOrb using the Rapier physics engine"
@@ -16,8 +16,8 @@ crate-type = ["cdylib", "rlib"]
1616
[dependencies]
1717
wasm-bindgen = "~0.2"
1818
js-sys = "~0.3"
19-
crystalorb = {version = "0.2.0", path = "../../"}
20-
crystalorb-mock-network = {version = "0.2.0", path = "../../crates/crystalorb-mock-network"}
19+
crystalorb = {version = "0.2.1", path = "../../"}
20+
crystalorb-mock-network = {version = "0.2.1", path = "../../crates/crystalorb-mock-network"}
2121
rapier2d = {version = "0.9.1", features = ["serde-serialize", "wasm-bindgen"]}
2222
serde = {version = "1.0.118", features = ["derive"]}
2323
tracing-wasm = "0.2.0"

0 commit comments

Comments
 (0)