Skip to content

Commit a41cbf2

Browse files
committed
This is 0.4.2
1 parent d181bf4 commit a41cbf2

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "powerpack"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Ross MacArthur <[email protected]>"]
55
edition = "2018"
66
description = "⚡ Supercharge your Alfred workflows by building them in Rust!"
@@ -11,8 +11,8 @@ keywords = ["alfred", "workflow"]
1111
categories = ["command-line-utilities"]
1212

1313
[dependencies]
14-
powerpack-detach = { version = "0.4.1", path = "crates/detach", optional = true }
15-
powerpack-env = { version = "0.4.1", path = "crates/env", optional = true }
14+
powerpack-detach = { version = "0.4.2", path = "crates/detach", optional = true }
15+
powerpack-env = { version = "0.4.2", path = "crates/env", optional = true }
1616
serde = { version = "1.0.136", features = ["derive"] }
1717
serde_json = "1.0.78"
1818

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### 0.4.2
44

5-
*Unreleased*
5+
*September 20th, 2022*
66

77
#### powerpack-cli
88

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "powerpack-cli"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Ross MacArthur <[email protected]>"]
55
edition = "2018"
66
description = "⚡ Supercharge your Alfred workflows by building them in Rust!"

crates/detach/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "powerpack-detach"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Ross MacArthur <[email protected]>"]
55
edition = "2018"
66
description = "⚡ Detach a background process from your Alfred workflow."

crates/env/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "powerpack-env"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Ross MacArthur <[email protected]>"]
55
edition = "2018"
66
description = "⚡ Useful environment variables in Alfred workflows."

0 commit comments

Comments
 (0)