1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

GreaseMonkey: Bump plugin version

This commit is contained in:
David Rosca 2017-04-19 15:54:23 +02:00
parent a2e02a8922
commit 355fc7e4a7

View File

@ -40,7 +40,7 @@ PluginSpec GM_Plugin::pluginSpec()
spec.name = "GreaseMonkey";
spec.info = "Userscripts for QupZilla";
spec.description = "Provides support for userscripts";
spec.version = "0.6.0";
spec.version = "0.8.0";
spec.author = "David Rosca <nowrep@gmail.com>";
spec.icon = QIcon(":gm/data/icon.svg").pixmap(32);
spec.hasSettings = true;