mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
[MouseGestures] Bump plugin version
[ci skip]
This commit is contained in:
parent
3360f17735
commit
1b01e7469f
|
@ -35,7 +35,7 @@ PluginSpec MouseGesturesPlugin::pluginSpec()
|
||||||
spec.name = "Mouse Gestures";
|
spec.name = "Mouse Gestures";
|
||||||
spec.info = "Mouse gestures for QupZilla";
|
spec.info = "Mouse gestures for QupZilla";
|
||||||
spec.description = "Provides support for navigating in webpages by mouse gestures";
|
spec.description = "Provides support for navigating in webpages by mouse gestures";
|
||||||
spec.version = "0.3.3";
|
spec.version = "0.4.0";
|
||||||
spec.author = "David Rosca <nowrep@gmail.com>";
|
spec.author = "David Rosca <nowrep@gmail.com>";
|
||||||
spec.icon = QPixmap(":/mousegestures/data/icon.png");
|
spec.icon = QPixmap(":/mousegestures/data/icon.png");
|
||||||
spec.hasSettings = true;
|
spec.hasSettings = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user