Skip to content

Commit

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

[dependencies]
powerpack-detach = { version = "0.3.1", path = "crates/detach", optional = true }
powerpack-detach = { version = "0.4.0", path = "crates/detach", 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.0

*Unreleased*
*March 19th, 2022*

#### powerpack

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.3.1"
version = "0.4.0"
authors = ["Ross MacArthur <[email protected]>"]
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.3.1"
version = "0.4.0"
authors = ["Ross MacArthur <[email protected]>"]
edition = "2018"
description = "⚡ Detach a background process from your Alfred workflow."
Expand Down

0 comments on commit 9695392

Please sign in to comment.