Skip to content

Commit 9480135

Browse files
authored
v0.5.3 (#855)
1 parent 91d7dd1 commit 9480135

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plane-common"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55
description = "Client library and common utilities for the Plane session backend orchestrator."
66
license = "MIT"

dynamic-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plane-dynamic-proxy"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55
description = "Dynamic proxy crate for Plane"
66
repository = "https://github.com/jamsocket/plane"

plane/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plane"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55
default-run = "plane"
66
description = "Session backend orchestrator for ambitious browser-based apps."

0 commit comments

Comments
 (0)