diff --git a/dist/SnapLinks-3.1.1b1.xpi b/dist/SnapLinks-3.1.1b1.xpi new file mode 100644 index 00000000..ff920f26 Binary files /dev/null and b/dist/SnapLinks-3.1.1b1.xpi differ diff --git a/manifest.json b/manifest.json index 1775b4ce..55805434 100644 --- a/manifest.json +++ b/manifest.json @@ -2,10 +2,10 @@ "manifest_version": 2, "name": "Snap Links", "short_name": "Snap Links", - "version": "3.1.0.4", + "version": "3.1.1.1", "description": "Select multiple links, checkboxes and other elements and act on them such as open them in new tabs or check/un-check them.", "homepage_url": "https://github.com/cpriest/SnapLinksPlus", - + "minimum_chrome_version": "51", "permissions": [ @@ -17,12 +17,12 @@ "128": "res/icon128.png" }, - "applications": { - "gecko": { - "id": "snaplinks@snaplinks.mozdev.org", - "strict_min_version": "45.0" - } - }, + "applications": { + "gecko": { + "id": "snaplinks@snaplinks.mozdev.org", + "strict_min_version": "50.0" + } + }, "background": { "scripts": [ "src/lib/Configs.js", @@ -51,7 +51,7 @@ ] } ], - "options_ui": { + "options_ui": { "page": "src/html/options.html", "chrome_style": true } diff --git a/phing/build.properties b/phing/build.properties index d18546c3..c836e9d4 100644 --- a/phing/build.properties +++ b/phing/build.properties @@ -1,9 +1,9 @@ # #Phing properties # -#Wed, 16 Nov 2016 02:45:52 GMT -version.build=4 +#Tue, 22 Nov 2016 12:18:54 GMT +version.build=1 version.major=3 version.minor=1 -version.patch=0 -version.type=release +version.patch=1 +version.type=beta diff --git a/phing/manifest-in.json b/phing/manifest-in.json index 7775ca10..9b396f91 100644 --- a/phing/manifest-in.json +++ b/phing/manifest-in.json @@ -22,7 +22,7 @@ "applications": { // @Mozilla "gecko": { // @Mozilla "id": "snaplinks@snaplinks.mozdev.org", // @Mozilla - "strict_min_version": "45.0" // @Mozilla + "strict_min_version": "50.0" // @Mozilla } // @Mozilla }, // @Mozilla "background": {