diff --git a/manifest.json b/manifest.json index 15dd635..0fa074a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_appName__", - "version": "1.0.2", + "version": "1.0.3", "description": "__MSG_appDescription__", "default_locale": "en", "permissions": ["storage"], diff --git a/package.json b/package.json index 1458b4a..98e4cb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-pr-dashboard", - "version": "1.0.2", + "version": "1.0.3", "description": "Chrome/Firefox extension that replaces the new tab page with a GitHub PR dashboard", "main": "github.js", "scripts": {