Skip to content

Commit 9083646

Browse files
committed
chore(release): Release 1.0.2
1 parent 51dafc4 commit 9083646

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

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.1"
3+
version = "1.0.2"
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,10 @@ install:
9494
for script in $(PWD)/scripts/*; do \
9595
cp -r $${script} $(SCRIPTS_DIR); \
9696
done
97+
98+
99+
100+
release:
101+
sed -i "s/^version.*/version = \"${RELEASE}\"/g" Cargo.toml
102+
sed -i "s/^version.*/version = \"${RELEASE}\"/g" plugins/Cargo.toml
103+
sed -i "s/^version.*/version= \"${RELEASE}\"/g" service/Cargo.toml

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.2) impish; urgency=medium
2+
3+
* Post-launch fixes
4+
5+
-- Michael Aaron Murphy <mmstick@pm.me> Tue, 19 Oct 2021 17:19:04 +0200
6+
17
pop-launcher (1.0.0) hirsute; urgency=medium
28

39
* Initial release.

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

0 commit comments

Comments
 (0)