diff --git a/src/plugins/TabManager/tabmanagerplugin.cpp b/src/plugins/TabManager/tabmanagerplugin.cpp index abc3f13e1..98c7512f1 100644 --- a/src/plugins/TabManager/tabmanagerplugin.cpp +++ b/src/plugins/TabManager/tabmanagerplugin.cpp @@ -1,6 +1,6 @@ /* ============================================================ * TabManager plugin for QupZilla -* Copyright (C) 2013-2016 S. Razi Alavizadeh +* Copyright (C) 2013-2017 S. Razi Alavizadeh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -51,7 +51,7 @@ PluginSpec TabManagerPlugin::pluginSpec() spec.name = "Tab Manager"; spec.info = "Simple yet powerful tab manager for QupZilla"; spec.description = "Adds ability to managing tabs and windows"; - spec.version = "0.6.0"; + spec.version = "0.7.0"; spec.author = "Razi Alavizadeh "; spec.icon = QPixmap(":tabmanager/data/tabmanager.png"); spec.hasSettings = true; diff --git a/src/plugins/TabManager/tabmanagerplugin.h b/src/plugins/TabManager/tabmanagerplugin.h index bf0b70d3f..b0a410485 100644 --- a/src/plugins/TabManager/tabmanagerplugin.h +++ b/src/plugins/TabManager/tabmanagerplugin.h @@ -1,6 +1,6 @@ /* ============================================================ * TabManager plugin for QupZilla -* Copyright (C) 2013 S. Razi Alavizadeh +* Copyright (C) 2013-2017 S. Razi Alavizadeh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by