Skip to content

Commit

Permalink
chore: Release 0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson committed Nov 2, 2022
1 parent 402ec36 commit f727b8d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "printnanny-cli"
description = "PrintNanny Command-line Interface"
license = "AGPL-3.0-or-later"
license-file = "LICENSE"
version = "0.28.1"
version = "0.28.2"
authors = ["Leigh Johnson <[email protected]>"]
edition = "2021"
rust-version = "1.63"
Expand All @@ -17,8 +17,8 @@ targets = [
]

[dependencies]
printnanny-services = {path = "../services", version = "^0.28.1"}
printnanny-nats = {path = "../nats", version = "^0.28.1"}
printnanny-services = {path = "../services", version = "^0.28.2"}
printnanny-nats = {path = "../nats", version = "^0.28.2"}
printnanny-api-client = "0.112.0"
figment = { version = "0.10", features = ["env", "json", "toml"] }
anyhow = { version = "1", features = ["backtrace"] }
Expand Down
4 changes: 2 additions & 2 deletions nats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "printnanny-nats"
description = "Library of MQTT, API, and other services used by PrintNanny"
license = "AGPL-3.0-or-later"
version = "0.28.1"
version = "0.28.2"
authors = ["Leigh Johnson <[email protected]>"]
edition = "2021"
rust-version = "1.63"
Expand All @@ -28,7 +28,7 @@ env_logger = "0.9"
futures = "0.3"
log = "0.4"
printnanny-api-client = "0.112.0"
printnanny-services = {path = "../services", version = "^0.28.1"}
printnanny-services = {path = "../services", version = "^0.28.2"}
printnanny-gst-config = { version = "0.1.7"}
serde = { version = "1", features = ["derive"] }
serde_bytes = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "printnanny-services"
description = "Library of MQTT, API, and other services used by PrintNanny"
license = "AGPL-3.0-or-later"
version = "0.28.1"
version = "0.28.2"
authors = ["Leigh Johnson <[email protected]>"]
edition = "2021"
rust-version = "1.63"
Expand Down

0 comments on commit f727b8d

Please sign in to comment.