Skip to content

Commit f563d3a

Browse files
committed
chore: Bump version
1 parent ec002d7 commit f563d3a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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", "noise", "pcg", "simplex_noise"]
77
license = "MIT"
88
name = "noisy_bevy"
99
repository = "https://github.com/johanhelsing/noisy_bevy"
10-
version = "0.2.0"
10+
version = "0.3.0"
1111

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

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ The `main` branch targets the latest bevy release.
6464

6565
|bevy|noisy_bevy|
6666
|----|----------|
67-
| 0.9| 0.2, main|
68-
| 0.8| 0.1 |
67+
|0.10| 0.3, main|
68+
|0.9 | 0.2 |
69+
|0.8 | 0.1 |
6970

7071
## License
7172

0 commit comments

Comments
 (0)