Skip to content

Commit 236201d

Browse files
committed
Bump version to 1.0.1
1 parent ceed2e1 commit 236201d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lighthouse-client/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lighthouse-client"
33
description = "Client SDK for Project Lighthouse"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
edition = "2021"
66
categories = ["api-bindings", "asynchronous"]
77
repository = "https://github.com/ProjectLighthouseCAU/lighthouse-rust"
@@ -19,7 +19,7 @@ async-std = { version = "1.10", features = ["attributes"], optional = true }
1919
tokio = { version = "1.21", features = ["rt"], optional = true }
2020
async-tungstenite = { version = "0.25", features = [] }
2121
futures = "0.3"
22-
lighthouse-protocol = { version = "1.0.0", path = "../lighthouse-protocol" }
22+
lighthouse-protocol = { version = "1.0.1", path = "../lighthouse-protocol" }
2323
tracing = "0.1"
2424
serde = { version = "1.0", features = ["derive"] }
2525
serde_with = "3.4"

lighthouse-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lighthouse-protocol"
33
description = "Protocol types for Project Lighthouse"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
edition = "2021"
66
categories = ["api-bindings", "asynchronous"]
77
repository = "https://github.com/ProjectLighthouseCAU/lighthouse-rust"

0 commit comments

Comments
 (0)