summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 05:53:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 05:53:31 +0000
commitfe0dc1017a8cbaeeb256106985808a6eac143f9f (patch)
treea4be1f5c67974fca777e129c60fcc4bdab2d105a
parentReleasing version 20231210. (diff)
downloadgnome-shell-extensions-extra-fe0dc1017a8cbaeeb256106985808a6eac143f9f.tar.xz
gnome-shell-extensions-extra-fe0dc1017a8cbaeeb256106985808a6eac143f9f.zip
Updating 45/hibernate-status to version 1.15 [0e25653].
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--extensions/45/hibernate-status/README.md2
-rw-r--r--extensions/45/hibernate-status/metadata.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/45/hibernate-status/README.md b/extensions/45/hibernate-status/README.md
index 54d5fad..f356bd7 100644
--- a/extensions/45/hibernate-status/README.md
+++ b/extensions/45/hibernate-status/README.md
@@ -4,7 +4,7 @@ Gnome Shell extension that adds a hibernate/hybrid suspend button in Status menu
Originally developed by [@arelange](https://github.com/arelange) and then [@p91paul](https://github.com/p91paul). Now maintained by [@slaclau](https://github.com/slaclau).
-Supports GNOME 45.
+Supports GNOME 45 and 46.
## FAQ
diff --git a/extensions/45/hibernate-status/metadata.json b/extensions/45/hibernate-status/metadata.json
index 9947c4b..581fb2c 100644
--- a/extensions/45/hibernate-status/metadata.json
+++ b/extensions/45/hibernate-status/metadata.json
@@ -3,7 +3,7 @@
"name": "Hibernate Status Button",
"url": "https://github.com/arelange/gnome-shell-extension-hibernate-status",
"description": "Adds a Hibernate button in Status menu. Using Alt modifier, you can also select Hybrid Sleep instead.",
- "shell-version": ["45"],
+ "shell-version": ["45", "46"],
"gettext-domain": "hibernate-status-button",
"settings-schema": "org.gnome.shell.extensions.hibernate-status-button"
}