From bca47816dd7a1225f16589de3c515fbe1e162f90 Mon Sep 17 00:00:00 2001 From: Paolo Fabbri Date: Sat, 11 Apr 2026 14:04:10 +0100 Subject: [PATCH] Release v1.0.3 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {