Skip to content

Commit d41d699

Browse files
authored
chore(release): bump crate versions. (#772)
- Also updated jumpy core's version to match Jumpy's version for simplicity.
1 parent 2f53f07 commit d41d699

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A tactical 2D shooter"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
name = "jumpy"
8-
version = "0.6.1"
8+
version = "0.7.0"
99

1010
[workspace]
1111
members = [".", "core"]

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2021"
33
license = "MIT OR Apache-2.0"
44
name = "jumpy_core"
5-
version = "0.1.0"
5+
version = "0.7.0"
66

77
[dependencies]
88
bones_bevy_asset = "0.1"

0 commit comments

Comments
 (0)