Skip to content

Commit

Permalink
Merge pull request #77 from EmiOnGit/75-update-to-bevy-013
Browse files Browse the repository at this point in the history
change to new version
  • Loading branch information
EmiOnGit authored Feb 28, 2024
2 parents 56d2102 + 9567702 commit 910c363
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 56 deletions.
54 changes: 0 additions & 54 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warbler_grass"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A cool project using this crate is the [foxtrot](https://github.com/janhohenheim
Add `warbler_grass` as dependency to your project
```toml
[dependencies]
warbler_grass = "0.5"
warbler_grass = "0.6"
```
### Add grass to your game:
```rust
Expand Down

0 comments on commit 910c363

Please sign in to comment.