diff --git a/package.json b/package.json index ada58c3..0595f66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "permissioninspector", - "version": "1.0.1", + "version": "1.0.3", "description": "Snapshot of all the permissions used by each installed extension", "main": "build.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index ea393fd..b50d590 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "name": "Permission Inspector", "description": "__MSG_extensionDescription__", "default_locale": "en", - "version": "1.0.2", + "version": "1.0.3", "icons": { "64": "icons/icon_64.png" },