Skip to content

Commit b7c6114

Browse files
committed
change strict_min_version to not include 0a1
1 parent dee1c81 commit b7c6114

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"applications": {
1212
"gecko": {
1313
"id": "aboutsync@mhammond.github.com",
14-
"strict_min_version": "114.0a1"
14+
"strict_min_version": "114.0"
1515
}
1616
},
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aboutsync",
33
"private": true,
4-
"version": "0.21.1",
4+
"version": "0.21.2",
55
"description": "About Sync Firefox addon",
66
"scripts": {
77
"build": "webpack --mode=production && web-ext build",

0 commit comments

Comments
 (0)