Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Oct 20, 2024
1 parent 5429d40 commit 4daf9aa
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/account_extras/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos-account-extras"
version = "0.15.0"
version = "0.15.1"
edition = "2021"
description = "Extra features for Save Our Secrets local accounts."
homepage = "https://saveoursecrets.com"
Expand All @@ -25,7 +25,7 @@ arboard = { workspace = true, optional = true }
zeroize = { workspace = true, optional = true }

[dependencies.sos-sdk]
version = "0.15"
version = "0.15.1"
path = "../sdk"

[dev-dependencies]
Expand Down
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.15.0"
version = "0.15.1"
edition = "2021"
description = "Networking library for the Save Our Secrets SDK."
homepage = "https://saveoursecrets.com"
Expand Down Expand Up @@ -81,16 +81,16 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "sync"] }
tokio-tungstenite = { version = "0.23", features = ["rustls-tls-webpki-roots"] , optional = true}

[dependencies.sos-sdk]
version = "0.15"
version = "0.15.1"
path = "../sdk"

[dependencies.sos-protocol]
version = "0.15"
version = "0.15.1"
path = "../protocol"
features = ["account"]

[dependencies.sos-account-extras]
version = "0.15"
version = "0.15.1"
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.15.0"
version = "0.15.1"
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.15"
version = "0.15.1"
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.15.0"
version = "0.15.1"
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.15.0"
version = "0.15.1"
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.15"
version = "0.15.1"
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.15.0"
version = "0.15.1"
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.15"
version = "0.15.1"
features = ["full"]
path = "../net"

Expand Down

0 comments on commit 4daf9aa

Please sign in to comment.