From dbc7ce67be4ca01203d33bb473a8c6736c154684 Mon Sep 17 00:00:00 2001 From: Piepmatz <3590829+cptpiepmatz@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:16:25 +0100 Subject: [PATCH] bumped version --- CHANGELOG.md | 10 ++++++++++ chrome.manifest.json | 2 +- firefox.manifest.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a0379..336f041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.3.1 [firefox][firefox-v1.3.1] [chrome][chrome-v1.3.1] (2023-01-16) +[firefox-v1.3.1]: https://github.com/cptpiepmatz/great-on-deck-search/releases/tag/v1.3.1%2Bfirefox +[chrome-v1.3.1]: https://github.com/cptpiepmatz/great-on-deck-search/releases/tag/v1.3.1%2Bchrome + +### 🐛 Bug Fixes + +- Hide plugin injections from wishlist in compact view + ([#19](https://github.com/cptpiepmatz/great-on-deck-search/pull/19)) + + # v1.3.0 [firefox][firefox-v1.3.0] [chrome][chrome-v1.3.0] (2022-12-08) [firefox-v1.3.0]: https://github.com/cptpiepmatz/great-on-deck-search/releases/tag/v1.3.0%2Bfirefox [chrome-v1.3.0]: https://github.com/cptpiepmatz/great-on-deck-search/releases/tag/v1.3.0%2Bchrome diff --git a/chrome.manifest.json b/chrome.manifest.json index 9fa695a..df6b635 100644 --- a/chrome.manifest.json +++ b/chrome.manifest.json @@ -1,7 +1,7 @@ { "name": "Show Great on Deck on Steam", "description": "See what Games are verified for the Steam Deck and which Medal they have on ProtonDB in the Steam Store.", - "version": "1.3.0", + "version": "1.3.1", "manifest_version": 3, "background": { "service_worker": "out/background.bundle.js" diff --git a/firefox.manifest.json b/firefox.manifest.json index 2906fb5..67a9025 100644 --- a/firefox.manifest.json +++ b/firefox.manifest.json @@ -1,7 +1,7 @@ { "name": "Show Great on Deck on Steam", "description": "See what Games are verified for the Steam Deck and which Medal they have on ProtonDB in the Steam Store.", - "version": "1.3.0", + "version": "1.3.1", "manifest_version": 2, "background": { "scripts": ["out/background.bundle.js"]