bump version numbers and drop support for older gnome-shell versions

This commit is contained in:
Wolfgang Rumpler 2019-03-17 15:24:03 +01:00
parent 635a9c6dc6
commit 60de650872

View file

@ -1,16 +1,14 @@
{
"shell-version": [
"3.22",
"3.24",
"3.26",
"3.28",
"3.30"
"3.30",
"3.32"
],
"uuid": "randomwallpaper@iflow.space",
"settings-schema": "org.gnome.shell.extensions.space.iflow.randomwallpaper",
"name": "Random Wallpaper",
"description": "Fetches a random wallpaper from an online source and sets it as desktop background. \nThe desktop background can be updated periodically or manually.",
"version": 14,
"semantic-version": "2.3.1",
"version": 15,
"semantic-version": "2.4.0",
"url": "https://github.com/ifl0w/RandomWallpaperGnome3"
}