Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Aug 17, 2024
1 parent dd19b46 commit 06651c3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 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.

8 changes: 4 additions & 4 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.10"
version = "0.14.11"
edition = "2021"
description = "Networking library for the Save Our Secrets SDK."
homepage = "https://saveoursecrets.com"
Expand Down Expand Up @@ -79,16 +79,16 @@ 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.10"
version = "0.14"
path = "../sdk"

[dependencies.sos-protocol]
version = "0.14.10"
version = "0.14"
path = "../protocol"
features = ["account"]

[dependencies.sos-account-extras]
version = "0.14.3"
version = "0.14"
path = "../account_extras/"
optional = true

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.10"
version = "0.14.11"
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.10"
version = "0.14"
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.10"
version = "0.14.11"
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.11"
version = "0.14.12"
edition = "2021"
description = "Server for the Save Our Secrets sync protocol."
homepage = "https://saveoursecrets.com"
Expand Down Expand Up @@ -54,7 +54,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "sync", "macros"]
tokio-rustls-acme = { version = "0.4", features = ["axum"], optional = true }

[dependencies.sos-protocol]
version = "0.14.10"
version = "0.14"
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.11"
version = "0.14.12"
edition = "2021"
description = "Distributed, encrypted database for private secrets."
homepage = "https://saveoursecrets.com"
Expand Down Expand Up @@ -51,7 +51,7 @@ rustyline = "14"
rustyline-derive = "0.10"

[dependencies.sos-net]
version = "0.14.10"
version = "0.14"
features = ["full"]
path = "../net"

Expand Down

0 comments on commit 06651c3

Please sign in to comment.