Skip to content

Commit 6f4472d

Browse files
committed
bump version to 18
1 parent fca24b1 commit 6f4472d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v18](https://github.com/hardpixel/systemd-manager/tree/v18) (2025-02-28)
4+
5+
[Full Changelog](https://github.com/hardpixel/systemd-manager/compare/v17...v18)
6+
37
## [v17](https://github.com/hardpixel/systemd-manager/tree/v17) (2024-07-27)
48

59
[Full Changelog](https://github.com/hardpixel/systemd-manager/compare/v16...v17)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "systemd-manager",
3-
"version": "16",
3+
"version": "18",
44
"description": "GNOME Shell dock extension",
55
"repository": "https://github.com/hardpixel/systemd-manager",
66
"author": "Jonian Guveli",

[email protected]/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/hardpixel/systemd-manager",
55
"settings-schema": "org.gnome.shell.extensions.systemd-manager",
66
"gettext-domain": "systemd-manager",
7-
"version": 17,
7+
"version": 18,
88
"name": "Systemd Manager",
99
"description": "Toggle systemd services on/off from a popup menu in the top gnome panel. Can be used to start services like apache2, mysql, postgres. It uses `pkexec' to run `sytemctl'. If you want to start services without entering a password you have to polkit policy file. An example policy file can be found in the github repository.",
1010
"donations": {

0 commit comments

Comments
 (0)