Skip to content

Commit

Permalink
Bump version 0.7.0 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed Apr 16, 2023
1 parent f147228 commit 20b2994
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_proto"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Gino Valente <gino.valente.code@gmail.com>"]
description = "Create config files for entities in Bevy"
Expand Down Expand Up @@ -57,7 +57,7 @@ bevy_sprite = ["bevy/bevy_sprite", "bevy_proto_backend/bevy_sprite"]
bevy_text = ["bevy/bevy_text", "bevy_proto_backend/bevy_text"]

[dependencies]
bevy_proto_backend = { path = "./bevy_proto_backend" }
bevy_proto_backend = { version = "0.1", path = "./bevy_proto_backend" }
bevy = { version = ">=0.10.1", default-features = false, features = ["bevy_asset"] }
anyhow = "1.0"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion bevy_proto_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bevy_sprite = ["bevy/bevy_sprite"]
bevy_text = ["bevy/bevy_text"]

[dependencies]
bevy_proto_derive = { path = "../bevy_proto_derive" }
bevy_proto_derive = { version = "0.3", path = "../bevy_proto_derive" }
bevy = { version = ">=0.10.1", default-features = false, features = ["bevy_asset"] }
anyhow = "1.0"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion bevy_proto_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_proto_derive"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Gino Valente <gino.valente.code@gmail.com>"]
description = "Derive macro for use with bevy_proto"
Expand Down

0 comments on commit 20b2994

Please sign in to comment.