Update supported Gnome Shell versions

This commit is contained in:
Gergely Polonkai 2017-11-30 09:38:59 +01:00
parent fe807301fd
commit 39c1bb3317
2 changed files with 6 additions and 1 deletions

View File

@ -21,6 +21,7 @@
* <http://www.gnu.org/licenses/>. * <http://www.gnu.org/licenses/>.
*/ */
const GLib = imports.gi.GLib;
const Main = imports.ui.main; const Main = imports.ui.main;
const MainLoop = imports.mainloop; const MainLoop = imports.mainloop;
const Lang = imports.lang; const Lang = imports.lang;

View File

@ -4,7 +4,11 @@
"3.10", "3.10",
"3.14", "3.14",
"3.16", "3.16",
"3.18" "3.18",
"3.20",
"3.22",
"3.24",
"3.26"
], ],
"uuid": "MinariDate@gergely.polonkai.eu", "uuid": "MinariDate@gergely.polonkai.eu",
"name": "Minari Date", "name": "Minari Date",