Bump min version requirement to 51

This commit is contained in:
Jonathan Kingston 2017-02-22 00:30:05 +00:00
parent d13122a26a
commit 6d2a5bbb56
2 changed files with 2 additions and 3 deletions

View file

@ -20,7 +20,7 @@
"testpilot-metrics": "^2.1.0"
},
"engines": {
"firefox": ">=50.0"
"firefox": ">=51.0"
},
"permissions": {
"multiprocess": true

View file

@ -11,8 +11,7 @@
"applications": {
"gecko": {
"id": "testpilot-containers@mozilla.org",
"strict_min_version": "50.0",
"strict_min_version": "51.0",
"update_url": "https://testpilot.firefox.com/files/@testpilot-containers/updates.json"
}
},