Skip to content

Commit

Permalink
This is 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Sep 20, 2022
1 parent d181bf4 commit a41cbf2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "powerpack"
version = "0.4.1"
version = "0.4.2"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2018"
description = "⚡ Supercharge your Alfred workflows by building them in Rust!"
Expand All @@ -11,8 +11,8 @@ keywords = ["alfred", "workflow"]
categories = ["command-line-utilities"]

[dependencies]
powerpack-detach = { version = "0.4.1", path = "crates/detach", optional = true }
powerpack-env = { version = "0.4.1", path = "crates/env", optional = true }
powerpack-detach = { version = "0.4.2", path = "crates/detach", optional = true }
powerpack-env = { version = "0.4.2", path = "crates/env", optional = true }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.78"

Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 0.4.2

*Unreleased*
*September 20th, 2022*

#### powerpack-cli

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "powerpack-cli"
version = "0.4.1"
version = "0.4.2"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2018"
description = "⚡ Supercharge your Alfred workflows by building them in Rust!"
Expand Down
2 changes: 1 addition & 1 deletion crates/detach/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "powerpack-detach"
version = "0.4.1"
version = "0.4.2"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2018"
description = "⚡ Detach a background process from your Alfred workflow."
Expand Down
2 changes: 1 addition & 1 deletion crates/env/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "powerpack-env"
version = "0.4.1"
version = "0.4.2"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2018"
description = "⚡ Useful environment variables in Alfred workflows."
Expand Down

0 comments on commit a41cbf2

Please sign in to comment.