Skip to content

Commit

Permalink
Updated gecko minimum version to 50.0, build 3.1.1b1.xpi (unsigned).
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint Priest committed Nov 22, 2016
1 parent 0b6a9a7 commit 98f45d6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Binary file added dist/SnapLinks-3.1.1b1.xpi
Binary file not shown.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -17,12 +17,12 @@
"128": "res/icon128.png"
},

"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "45.0"
}
},
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "50.0"
}
},
"background": {
"scripts": [
"src/lib/Configs.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
]
}
],
"options_ui": {
"options_ui": {
"page": "src/html/options.html",
"chrome_style": true
}
Expand Down
8 changes: 4 additions & 4 deletions phing/build.properties
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion phing/manifest-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"applications": { // @Mozilla
"gecko": { // @Mozilla
"id": "[email protected]", // @Mozilla
"strict_min_version": "45.0" // @Mozilla
"strict_min_version": "50.0" // @Mozilla
} // @Mozilla
}, // @Mozilla
"background": {
Expand Down

0 comments on commit 98f45d6

Please sign in to comment.