chore(release): Release 1.0.2

This commit is contained in:
Michael Aaron Murphy 2021-10-19 17:21:07 +02:00
parent 51dafc45e2
commit 908364687a
5 changed files with 16 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "pop-launcher"
version = "1.0.1"
version = "1.0.2"
license = "GPL-3.0-only"
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
description = "Library for writing plugins and frontends for pop-launcher"

View file

@ -94,3 +94,10 @@ install:
for script in $(PWD)/scripts/*; do \
cp -r $${script} $(SCRIPTS_DIR); \
done
release:
sed -i "s/^version.*/version = \"${RELEASE}\"/g" Cargo.toml
sed -i "s/^version.*/version = \"${RELEASE}\"/g" plugins/Cargo.toml
sed -i "s/^version.*/version= \"${RELEASE}\"/g" service/Cargo.toml

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
pop-launcher (1.0.2) impish; urgency=medium
* Post-launch fixes
-- Michael Aaron Murphy <mmstick@pm.me> Tue, 19 Oct 2021 17:19:04 +0200
pop-launcher (1.0.0) hirsute; urgency=medium
* Initial release.

View file

@ -1,6 +1,6 @@
[package]
name = "pop-launcher-plugins"
version = "1.0.1"
version = "1.0.2"
license = "GPL-3.0-only"
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "pop-launcher-service"
version = "1.0.1"
version= "1.0.2"
license = "GPL-3.0-only"
edition = "2018"