Skip to content

Commit 57e6a10

Browse files
authored
v0.5.2 version bump (#851)
Bumps version of crates from 0.5.1 to 0.5.2.
1 parent ab084d9 commit 57e6a10

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plane-common"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55

66
[dependencies]

dynamic-proxy/Cargo.toml

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

plane/Cargo.toml

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

0 commit comments

Comments
 (0)