Skip to content

Commit

Permalink
Declare compatibility with GNOME 47
Browse files Browse the repository at this point in the history
According to https://gjs.guide/extensions/upgrading/gnome-shell-47.html
there are no major changes, so this extension should just work.

Let's see.
  • Loading branch information
swsnr committed Sep 19, 2024
1 parent 80f5fa9 commit 41c3f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Get a picture of the day as desktop background or wallpaper.\n\nSupports the following sources: NASA Astronomy Picture of the Day (APOD), NASA Earth Observatory Image of the Day, Bing, Wikimedia Featured Image, and Simon Stålenhag artworks.",
"url": "https://github.com/swsnr/gnome-shell-extension-picture-of-the-day",
"version-name": "46.6",
"shell-version": ["46"],
"shell-version": ["46", "47"],
"settings-schema": "org.gnome.shell.extensions.swsnr-picture-of-the-day",
"gettext-domain": "[email protected]"
}

0 comments on commit 41c3f29

Please sign in to comment.