Skip to content

Commit

Permalink
naia_client -> 0.20.1
Browse files Browse the repository at this point in the history
naia_bevy_client -> 0.20.1
  • Loading branch information
connorcarpenter committed Mar 23, 2023
1 parent d4936b5 commit 958ca49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adapters/bevy/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "naia-bevy-client"
version = "0.20.0"
version = "0.20.1"
authors = ["connorcarpenter <[email protected]>"]
workspace = "../../.."
description = "Library to faciliate naia_client & Bevy interop"
Expand All @@ -17,7 +17,7 @@ transport_webrtc = [ "naia-client/transport_webrtc" ]
transport_udp = [ "naia-client/transport_udp" ]

[dependencies]
naia-client = { version = "0.20", path = "../../../client", features = ["bevy_support", "wbindgen"] }
naia-client = { version = "0.20.1", path = "../../../client", features = ["bevy_support", "wbindgen"] }
naia-bevy-shared = { version = "0.20", path = "../shared" }
bevy_app = { version = "0.10", default-features=false }
bevy_ecs = { version = "0.10", default-features=false }
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "naia-client"
version = "0.20.0"
version = "0.20.1"
authors = ["connorcarpenter <[email protected]>"]
workspace = ".."
description = "Provides a cross-platform client that can send/receive messages to/from a server, and has a pool of in-scope entities/components that is synced with the server."
Expand Down

0 comments on commit 958ca49

Please sign in to comment.