Skip to content

Commit 7c1b3cd

Browse files
committed
chore: Bump version
1 parent ad69717 commit 7c1b3cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["gamedev", "bevy"]
77
license = "MIT OR Apache-2.0"
88
name = "bevy_sparse_grid_2d"
99
repository = "https://github.com/johanhelsing/bevy_sparse_grid_2d"
10-
version = "0.2.0"
10+
version = "0.3.0"
1111

1212
[dependencies]
1313
bevy = { version = "0.12", default-features = false }

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ The `main` branch targets the latest bevy release.
4848

4949
|bevy|bevy_sparse_grid_2d|
5050
|----|-------------------|
51-
|0.11|0.2, main |
51+
|0.12|0.3, main |
52+
|0.11|0.2 |
5253
|0.10|0.1 |
5354

5455
## License

0 commit comments

Comments
 (0)