mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
AutoScroll: Bump plugin version
This commit is contained in:
parent
a9f9056d84
commit
bff02d75b8
|
@ -36,7 +36,7 @@ PluginSpec AutoScrollPlugin::pluginSpec()
|
||||||
spec.name = "AutoScroll";
|
spec.name = "AutoScroll";
|
||||||
spec.info = "AutoScroll plugin";
|
spec.info = "AutoScroll plugin";
|
||||||
spec.description = "Provides support for autoscroll with middle mouse button";
|
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.author = "David Rosca <nowrep@gmail.com>";
|
||||||
spec.icon = QIcon(QSL(":/autoscroll/data/scroll_all.png")).pixmap(32);
|
spec.icon = QIcon(QSL(":/autoscroll/data/scroll_all.png")).pixmap(32);
|
||||||
spec.hasSettings = true;
|
spec.hasSettings = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user