Skip to content

Commit 72b49d0

Browse files
committed
This is 0.6.1
1 parent d602bf1 commit 72b49d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-alfred-workflow"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Ross MacArthur <ross@macarthur.io>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -14,7 +14,7 @@ fmutex = "0.1.0"
1414
home = "0.5.9"
1515
libc = "0.2.155"
1616
log = { version = "0.4.22", features = ["std"] }
17-
powerpack = { version = "0.6.0", features = ["detach", "logger"] }
17+
powerpack = { version = "0.6.2", features = ["detach", "logger"] }
1818
semver = { version = "1.0.23", features = ["serde"] }
1919
serde = { version = "1.0.203", features = ["derive"] }
2020
serde_json = "1.0.120"

workflow/info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The default is to update every 6 hours.</string>
163163
</dict>
164164
</array>
165165
<key>version</key>
166-
<string>0.6.0</string>
166+
<string>0.6.1</string>
167167
<key>webaddress</key>
168168
<string>https://github.com/rossmacarthur/crates.alfredworkflow</string>
169169
</dict>

0 commit comments

Comments
 (0)