Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
cptpiepmatz committed Jan 16, 2023
1 parent 8f2077c commit dbc7ce6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion chrome.manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion firefox.manifest.json
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit dbc7ce6

Please sign in to comment.