changeset 3:a6c85a6528fd

Bump version number for resubmission to addons.mozilla.org
author Guido Berhoerster <guido+tab-mover@berhoerster.name>
date Sun, 19 Feb 2017 00:42:22 +0100
parents 60b865b8f86e
children 4279427b4f1a
files Makefile manifest.json
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Feb 19 00:31:27 2017 +0100
+++ b/Makefile	Sun Feb 19 00:42:22 2017 +0100
@@ -22,7 +22,7 @@
 #
 
 NAME =		tab-mover
-VERSION =	1
+VERSION =	2
 EXT_NAME =	$(subst -,_,$(NAME))-$(VERSION)
 
 INKSCAPE := inkscape
--- a/manifest.json	Sun Feb 19 00:31:27 2017 +0100
+++ b/manifest.json	Sun Feb 19 00:42:22 2017 +0100
@@ -1,7 +1,7 @@
 {
   "manifest_version": 2,
   "name": "__MSG_extensionName__",
-  "version": "1",
+  "version": "2",
   "description": "__MSG_extensionDescription__",
   "author": "Guido Berhoerster",
   "homepage_url": "https://code.guido-berhoerster.org/addons/firefox-addons/tab-mover/",