From c6c2a82ce1f4a09a9727af91b2af131c93582363 Mon Sep 17 00:00:00 2001 From: championshuttler Date: Fri, 24 Apr 2020 18:09:16 +0530 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Release=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },