Skip to content

Commit

Permalink
chore: Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Nov 15, 2022
1 parent 360163e commit ed12204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.1.0"
version = "0.2.0"

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

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

## License

Expand Down

0 comments on commit ed12204

Please sign in to comment.