Mercurial > addons > firefox-addons > tab-mover
changeset 8:a003955c8b23 version-3
Release version 3
author | Guido Berhoerster <guido+tab-mover@berhoerster.name> |
---|---|
date | Sun, 19 Feb 2017 22:02:48 +0100 |
parents | 3f47876dab3b |
children | 7b9766eb014f |
files | Makefile NEWS manifest.json |
diffstat | 3 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Feb 19 11:10:01 2017 +0100 +++ b/Makefile Sun Feb 19 22:02:48 2017 +0100 @@ -22,7 +22,7 @@ # NAME = tab-mover -VERSION = 2 +VERSION = 3 EXT_NAME = $(subst -,_,$(NAME))-$(VERSION) INKSCAPE := inkscape
--- a/NEWS Sun Feb 19 11:10:01 2017 +0100 +++ b/NEWS Sun Feb 19 22:02:48 2017 +0100 @@ -1,6 +1,12 @@ News ==== +Tab Mover 3 (2017-02-19T22:02:48+01:00) +--------------------------------------- + +- Add German translation +- Expand description and improve wording + Tab Mover 2 (2017-02-19T00:43:30+01:00) ---------------------------------------
--- a/manifest.json Sun Feb 19 11:10:01 2017 +0100 +++ b/manifest.json Sun Feb 19 22:02:48 2017 +0100 @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "2", + "version": "3", "description": "__MSG_extensionDescription__", "author": "Guido Berhoerster", "homepage_url": "https://code.guido-berhoerster.org/addons/firefox-addons/tab-mover/",