Skip to content

Commit dd5a1e5

Browse files
committed
Fix erroneous link to repo
1 parent b17d542 commit dd5a1e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ license = "MIT OR Apache-2.0"
66
readme = "Readme.md"
77
keywords = ["bevy", "rapier", "bevy-inspector-egui"]
88
categories = ["game-development"]
9-
repository = "https://github.com/nicopap/bevy_mod_component_mirror"
9+
repository = "https://github.com/devildahu/bevy_mod_component_mirror"
1010
exclude = ["assets", ".github"]
11-
version = "0.1.0"
11+
version = "0.2.0"
1212
edition = "2021"
1313

1414
[features]

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ bevy_mod_component_mirror = { version = "<fill in>", default-features = false }
116116

117117
| bevy | bevy_rapier3d | bevy_mod_component_mirror |
118118
|------|---------------|---------------------------|
119-
| 0.9 | 0.20.0 | 0.1.0 |
119+
| 0.9 | 0.20.0 | 0.2.0 |
120120

121121
## License
122122

0 commit comments

Comments
 (0)