Skip to content

Commit 9e49d41

Browse files
gabrielbustamhammond
authored andcommitted
Update addon version to major.minor schema
1 parent a14bb9c commit 9e49d41

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
@@ -2,7 +2,7 @@
22
"description": "Show information about Firefox Sync.",
33
"manifest_version": 2,
44
"name": "About Sync",
5-
"version": "0.0.0",
5+
"version": "0.0",
66
"homepage_url": "https://github.com/mozilla-extensions/aboutsync",
77
"permissions": [
88
"mozillaAddons"

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.24.0",
4+
"version": "0.24",
55
"description": "About Sync Firefox addon",
66
"scripts": {
77
"build": "webpack --mode=production && web-ext build",

0 commit comments

Comments
 (0)