mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
TabManager: Bump version to 0.7.0
This commit is contained in:
parent
47e2c8c1f0
commit
8a85fb3c0f
|
@ -1,6 +1,6 @@
|
||||||
/* ============================================================
|
/* ============================================================
|
||||||
* TabManager plugin for QupZilla
|
* TabManager plugin for QupZilla
|
||||||
* Copyright (C) 2013-2016 S. Razi Alavizadeh <s.r.alavizadeh@gmail.com>
|
* Copyright (C) 2013-2017 S. Razi Alavizadeh <s.r.alavizadeh@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* 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.name = "Tab Manager";
|
||||||
spec.info = "Simple yet powerful tab manager for QupZilla";
|
spec.info = "Simple yet powerful tab manager for QupZilla";
|
||||||
spec.description = "Adds ability to managing tabs and windows";
|
spec.description = "Adds ability to managing tabs and windows";
|
||||||
spec.version = "0.6.0";
|
spec.version = "0.7.0";
|
||||||
spec.author = "Razi Alavizadeh <s.r.alavizadeh@gmail.com>";
|
spec.author = "Razi Alavizadeh <s.r.alavizadeh@gmail.com>";
|
||||||
spec.icon = QPixmap(":tabmanager/data/tabmanager.png");
|
spec.icon = QPixmap(":tabmanager/data/tabmanager.png");
|
||||||
spec.hasSettings = true;
|
spec.hasSettings = true;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* ============================================================
|
/* ============================================================
|
||||||
* TabManager plugin for QupZilla
|
* TabManager plugin for QupZilla
|
||||||
* Copyright (C) 2013 S. Razi Alavizadeh <s.r.alavizadeh@gmail.com>
|
* Copyright (C) 2013-2017 S. Razi Alavizadeh <s.r.alavizadeh@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in New Issue
Block a user