File tree Expand file tree Collapse file tree 5 files changed +16
-3
lines changed
Expand file tree Collapse file tree 5 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pop-launcher"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44license = " GPL-3.0-only"
55authors = [" Michael Aaron Murphy <mmstick@pm.me>" ]
66description = " Library for writing plugins and frontends for pop-launcher"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
17pop-launcher (1.0.0) hirsute; urgency=medium
28
39 * Initial release.
Original file line number Diff line number Diff line change 11[package ]
22name = " pop-launcher-plugins"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44license = " GPL-3.0-only"
55authors = [" Michael Aaron Murphy <mmstick@pm.me>" ]
66edition = " 2018"
Original file line number Diff line number Diff line change 11[package ]
22name = " pop-launcher-service"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44license = " GPL-3.0-only"
55edition = " 2018"
66
You can’t perform that action at this time.
0 commit comments