Skip to content

Commit 39df76b

Browse files
committed
Release v0.2.1
1 parent f89fb3b commit 39df76b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

crates/nexus2d/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name = "nexus2d"
33
authors = ["Sébastien Crozet <[email protected]>"]
44
description = "Cross-platform 2D rigid-body physics."
5-
homepage = "https://wgmath.rs"
6-
repository = "https://github.com/dimforge/wgmath"
7-
version = "0.2.0"
5+
repository = "https://github.com/dimforge/nexus"
6+
version = "0.2.1"
87
edition = "2021"
98
license = "MIT OR Apache-2.0"
109

crates/nexus3d/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name = "nexus3d"
33
authors = ["Sébastien Crozet <[email protected]>"]
44
description = "Cross-platform 3D rigid-body physics."
5-
homepage = "https://wgmath.rs"
6-
repository = "https://github.com/dimforge/wgmath"
7-
version = "0.2.0"
5+
repository = "https://github.com/dimforge/nexus"
6+
version = "0.2.1"
87
edition = "2021"
98
license = "MIT OR Apache-2.0"
109

0 commit comments

Comments
 (0)