Skip to content

Commit

Permalink
chore: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jun 16, 2021
1 parent 1e3ddb1 commit b548a7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.1 - 2021-06-16

### Bug fixes

* Fix project title in readme



## 0.1.0 - 2021-06-16

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "benimator"
version = "0.1.0" # auto-version
version = "0.1.1" # auto-version
authors = ["Jonathan Cornaz"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ For more details see the [documentation](https://docs.rs/benimator)
Add to `Cargo.toml`:

```toml
benimator = "0.1.0"
benimator = "0.1.1"
```

## Bevy Version Compatibility
Expand Down

0 comments on commit b548a7a

Please sign in to comment.