Browse Source

fix min version number

pull/2/head
gorhill 7 years ago
parent
commit
84aa1fd0e6
  1. 2
      platform/webext/manifest.json

2
platform/webext/manifest.json

@ -2,7 +2,7 @@
"applications": {
"gecko": {
"id": "uMatrix@raymondhill.net",
"strict_min_version": "56.*"
"strict_min_version": "56.0a1"
}
},
"author": "Raymond Hill",

Loading…
Cancel
Save