Skip to content

Commit 170c6bb

Browse files
committed
chore(release): Release 1.0.3
1 parent e6a2bab commit 170c6bb

File tree

7 files changed

+18
-12
lines changed

7 files changed

+18
-12
lines changed

Cargo.lock

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

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"
3-
version = "1.0.2"
3+
version = "1.0.3"
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"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ install:
9595
cp -r $${script} $(SCRIPTS_DIR); \
9696
done
9797

98-
99-
10098
release:
10199
sed -i "s/^version.*/version = \"${RELEASE}\"/g" Cargo.toml
100+
sed -i "s/^version.*/version = \"${RELEASE}\"/g" bin/Cargo.toml
102101
sed -i "s/^version.*/version = \"${RELEASE}\"/g" plugins/Cargo.toml
103102
sed -i "s/^version.*/version= \"${RELEASE}\"/g" service/Cargo.toml
103+
cargo update

bin/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-bin"
3-
version = "1.0.0"
3+
version = "1.0.3"
44
edition = "2018"
55
publish = false
66

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pop-launcher (1.0.3) impish; urgency=medium
2+
3+
* Additional fixes
4+
5+
-- Michael Aaron Murphy <mmstick@aorus-b550.localdomain> Sun, 31 Oct 2021 14:07:36 +0100
6+
17
pop-launcher (1.0.2) impish; urgency=medium
28

39
* Post-launch fixes

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.2"
3+
version = "1.0.3"
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.2"
3+
version= "1.0.3"
44
license = "GPL-3.0-only"
55
edition = "2018"
66

0 commit comments

Comments
 (0)