chore(release): Release 1.0.2
This commit is contained in:
parent
51dafc45e2
commit
908364687a
5 changed files with 16 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
7
Makefile
7
Makefile
|
|
@ -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
6
debian/changelog
vendored
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pop-launcher-service"
|
||||
version = "1.0.1"
|
||||
version= "1.0.2"
|
||||
license = "GPL-3.0-only"
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue