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

TabManager: Bump version to 0.8

This commit is contained in:
Razi Alavizadeh 2017-10-03 16:25:58 +03:30
parent 48c409fa76
commit 4c827bee74

View File

@ -51,7 +51,7 @@ PluginSpec TabManagerPlugin::pluginSpec()
spec.name = "Tab Manager";
spec.info = "Simple yet powerful tab manager for Falkon";
spec.description = "Adds ability to managing tabs and windows";
spec.version = "0.7.0";
spec.version = "0.8.0";
spec.author = "Razi Alavizadeh <s.r.alavizadeh@gmail.com>";
spec.icon = QPixmap(":tabmanager/data/tabmanager.png");
spec.hasSettings = true;