diff --git a/Cargo.toml b/Cargo.toml index 61fc988..7588b48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] description = "Library for writing plugins and frontends for pop-launcher" diff --git a/Makefile b/Makefile index efe2fb2..c4f1ed8 100644 --- a/Makefile +++ b/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 diff --git a/debian/changelog b/debian/changelog index 0a49413..af978f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pop-launcher (1.0.2) impish; urgency=medium + + * Post-launch fixes + + -- Michael Aaron Murphy Tue, 19 Oct 2021 17:19:04 +0200 + pop-launcher (1.0.0) hirsute; urgency=medium * Initial release. diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index 4ec6011..0d7ab28 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -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 "] edition = "2018" diff --git a/service/Cargo.toml b/service/Cargo.toml index 31bae60..3d42db6 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-launcher-service" -version = "1.0.1" +version= "1.0.2" license = "GPL-3.0-only" edition = "2018"