Skip to content

Commit

Permalink
0.8.1 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
james-j-obrien committed Sep 2, 2024
1 parent b69a787 commit 8d9e207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["bevy", "gamedev", "graphics"]
license = "MIT OR Apache-2.0"
name = "bevy_vector_shapes"
repository = "https://github.com/james-j-obrien/bevy_vector_shapes"
version = "0.8.0"
version = "0.8.1"

[dependencies]
any_vec = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn draw(mut painter: ShapePainter) {

| bevy | bevy_vector_shapes |
| ---- | ------------------ |
| 0.14 | 0.8.0 |
| 0.14 | 0.8.1 |
| 0.13 | 0.7.0 |
| 0.12 | 0.6.0 |
| 0.11 | 0.5.2 |
Expand Down

0 comments on commit 8d9e207

Please sign in to comment.