Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Mar 7, 2023
1 parent ec002d7 commit f563d3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["gamedev", "bevy", "noise", "pcg", "simplex_noise"]
license = "MIT"
name = "noisy_bevy"
repository = "https://github.com/johanhelsing/noisy_bevy"
version = "0.2.0"
version = "0.3.0"

[dependencies]
bevy = { version = "0.10", features = ["bevy_asset", "bevy_render"], default-features = false }
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ The `main` branch targets the latest bevy release.

|bevy|noisy_bevy|
|----|----------|
| 0.9| 0.2, main|
| 0.8| 0.1 |
|0.10| 0.3, main|
|0.9 | 0.2 |
|0.8 | 0.1 |

## License

Expand Down

0 comments on commit f563d3a

Please sign in to comment.