Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Dec 4, 2024
1 parent e085da8 commit 53d9fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A Bevy helper to easily manage resources that need to persist acr
categories = ["config", "filesystem", "game-development"]
keywords = ["gamedev", "bevy", "persistent", "resource"]
repository = "https://github.com/umut-sahin/bevy-persistent/"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,10 @@ version = "0.1.0"
edition = "2021"

[dependencies]
bevy-persistent = { version = "0.3" }
bevy-persistent = { version = "0.7" }

[dev-dependencies]
bevy-persistent = { version = "0.3", features = ["all"] }
bevy-persistent = { version = "0.7", features = ["all"] }

[features]
default = []
Expand Down

0 comments on commit 53d9fc3

Please sign in to comment.