From 4aca2d4e9fe2e15ddfc044ed667514428f08b2da Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 8 Dec 2022 17:04:08 +0800 Subject: [PATCH] Bump version --- chrome/manifest.json | 2 +- firefox/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index 76266ab..20791c2 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "name": "Dashboard filter for GitHub", "short_name": "dashboard", - "version": "0.8.7", + "version": "0.8.8", "manifest_version": 3, "description": "This adds an activity filter menu to GitHub dashboard.", "homepage_url": "http://github.com/muan/dashboard", diff --git a/firefox/manifest.json b/firefox/manifest.json index d4af9e9..f126873 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,7 +1,7 @@ { "name": "Dashboard filter for GitHub", "short_name": "dashboard", - "version": "0.8.7", + "version": "0.8.8", "manifest_version": 2, "description": "This adds an activity filter menu to GitHub dashboard.", "homepage_url": "http://github.com/muan/dashboard",