Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Jul 28, 2024
1 parent e56b6f6 commit 6f6f55c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos-net"
version = "0.14.8"
version = "0.14.9"
edition = "2021"
description = "Networking library for the Save Our Secrets SDK."
homepage = "https://saveoursecrets.com"
Expand Down Expand Up @@ -79,11 +79,11 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "sync"] }
tokio-tungstenite = { version = "0.23", features = ["rustls-tls-native-roots"] , optional = true}

[dependencies.sos-sdk]
version = "0.14.8"
version = "0.14.9"
path = "../sdk"

[dependencies.sos-protocol]
version = "0.14.7"
version = "0.14.9"
path = "../protocol"
features = ["account"]

Expand Down
4 changes: 2 additions & 2 deletions crates/protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos-protocol"
version = "0.14.8"
version = "0.14.9"
edition = "2021"
description = "Networking and sync protocol types for the Save Our Secrets SDK."
homepage = "https://saveoursecrets.com"
Expand Down Expand Up @@ -33,7 +33,7 @@ prost.workspace = true
tokio = { version = "1", features = ["rt", "macros"] }

[dependencies.sos-sdk]
version = "0.14.8"
version = "0.14.9"
path = "../sdk"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos-sdk"
version = "0.14.8"
version = "0.14.9"
edition = "2021"
description = "Distributed, encrypted database for private secrets."
homepage = "https://saveoursecrets.com"
Expand Down
4 changes: 2 additions & 2 deletions crates/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos-server"
version = "0.14.8"
version = "0.14.9"
edition = "2021"
description = "Server for the Save Our Secrets sync protocol."
homepage = "https://saveoursecrets.com"
Expand Down Expand Up @@ -49,7 +49,7 @@ utoipa-rapidoc = { version = "3", features = ["axum"] }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "sync", "macros"] }

[dependencies.sos-protocol]
version = "0.14.8"
version = "0.14.9"
path = "../protocol"
features = ["files"]

Expand Down
4 changes: 2 additions & 2 deletions crates/sos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos"
version = "0.14.7"
version = "0.14.9"
edition = "2021"
description = "Distributed, encrypted database for private secrets."
homepage = "https://saveoursecrets.com"
Expand Down Expand Up @@ -48,7 +48,7 @@ rustyline = "14"
rustyline-derive = "0.10"

[dependencies.sos-net]
version = "0.14.7"
version = "0.14.9"
features = ["full"]
path = "../net"

Expand Down

0 comments on commit 6f6f55c

Please sign in to comment.