Skip to content

Commit 4a5f9b0

Browse files
committed
chore(release): 1.0.1
1 parent d3b43c9 commit 4a5f9b0

File tree

4 files changed

+53
-53
lines changed

4 files changed

+53
-53
lines changed

Cargo.lock

Lines changed: 49 additions & 49 deletions
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 = "pop-launcher"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
license = "GPL-3.0-only"
55
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
66
description = "Library for writing plugins and frontends for pop-launcher"
@@ -16,4 +16,4 @@ const_format = "0.2"
1616
futures-lite = "1"
1717
serde = { version = "1", features = ["derive"] }
1818
serde_json = "1"
19-
serde_with = "1"
19+
serde_with = "1"

plugins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pop-launcher-plugins"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
license = "GPL-3.0-only"
55
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
66
edition = "2018"

service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pop-launcher-service"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
license = "GPL-3.0-only"
55
edition = "2018"
66

0 commit comments

Comments
 (0)