Skip to content

Commit

Permalink
chore(release): bump crate versions. (#772)
Browse files Browse the repository at this point in the history
- Also updated jumpy core's version to match Jumpy's version for
simplicity.
  • Loading branch information
zicklag committed May 4, 2023
1 parent 2f53f07 commit d41d699
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -5,7 +5,7 @@ description = "A tactical 2D shooter"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "jumpy"
version = "0.6.1"
version = "0.7.0"

[workspace]
members = [".", "core"]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "MIT OR Apache-2.0"
name = "jumpy_core"
version = "0.1.0"
version = "0.7.0"

[dependencies]
bones_bevy_asset = "0.1"
Expand Down

0 comments on commit d41d699

Please sign in to comment.