Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Update extension to use major.minor versioning scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta committed Feb 15, 2024
1 parent 7e0f95c commit 660f5eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.3.4",
"version": "1.3",
"default_locale": "en_US",
"applications": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"web-ext": "^7.6.2",
"markdown": "^0.5.0"
},
"version": "1.3.4"
"version": "1.3"
}
2 changes: 1 addition & 1 deletion scripts/manifest-dev-android.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.3.4",
"version": "1.3",
"default_locale": "en_US",
"applications": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.3.4",
"version": "1.3",
"default_locale": "en_US",
"applications": {
"gecko": {
Expand Down

0 comments on commit 660f5eb

Please sign in to comment.