Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 16, 2024
1 parent b9b67fb commit 7159aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lighthouse-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lighthouse-client"
description = "Client SDK for Project Lighthouse"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
categories = ["api-bindings", "asynchronous"]
repository = "https://github.com/ProjectLighthouseCAU/lighthouse-rust"
Expand All @@ -19,7 +19,7 @@ async-std = { version = "1.10", features = ["attributes"], optional = true }
tokio = { version = "1.21", features = ["rt"], optional = true }
async-tungstenite = { version = "0.25", features = [] }
futures = "0.3"
lighthouse-protocol = { version = "1.0.3", path = "../lighthouse-protocol" }
lighthouse-protocol = { version = "1.0.4", path = "../lighthouse-protocol" }
tracing = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_with = "3.4"
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lighthouse-protocol"
description = "Protocol types for Project Lighthouse"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
categories = ["api-bindings"]
repository = "https://github.com/ProjectLighthouseCAU/lighthouse-rust"
Expand Down

0 comments on commit 7159aac

Please sign in to comment.