1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

AutoScroll: Bump plugin version

This commit is contained in:
David Rosca 2017-01-27 11:12:48 +01:00
parent a9f9056d84
commit bff02d75b8

View File

@ -36,7 +36,7 @@ PluginSpec AutoScrollPlugin::pluginSpec()
spec.name = "AutoScroll";
spec.info = "AutoScroll plugin";
spec.description = "Provides support for autoscroll with middle mouse button";
spec.version = "0.2.0";
spec.version = "1.0.1";
spec.author = "David Rosca <nowrep@gmail.com>";
spec.icon = QIcon(QSL(":/autoscroll/data/scroll_all.png")).pixmap(32);
spec.hasSettings = true;