Skip to content

Commit

Permalink
Merge pull request #36 from OMGDuke/staging
Browse files Browse the repository at this point in the history
v1.0.2 Release
  • Loading branch information
OMGDuke authored Aug 22, 2022
2 parents 3bf0804 + a73f63b commit ca2569d
Show file tree
Hide file tree
Showing 24 changed files with 605 additions and 345 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Place the badge around different corners of the game page header.

## Decky Loader

This plugin requires [Decky Loader](https://github.com/SteamDeckHomebrew/decky-loader) plugin.
This plugin requires [Decky Loader](https://github.com/SteamDeckHomebrew/decky-loader). ProtonDB Badges is available on the store.

## PluginLoader Discord [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/ZU74G2NJzk)

Binary file added assets/publish_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protondb-decky",
"version": "1.0.1",
"version": "1.0.2",
"description": "Display tappable ProtonDB badges on your game pages",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down Expand Up @@ -33,21 +33,21 @@
"@types/react": "18.0.17",
"@types/react-dom": "^18.0.6",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"rollup": "^2.78.0",
"rollup": "^2.78.1",
"rollup-plugin-import-assets": "^1.1.1",
"rollup-plugin-styles": "^4.0.0",
"shx": "^0.3.4",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"decky-frontend-lib": "^1.7.5",
"decky-frontend-lib": "^1.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"publish": {
"tags": ["protondb"],
"description": "Display tappable ProtonDB badges on your game pages",
"image": "https://raw.githubusercontent.com/OMGDuke/protondb-decky/main/assets/screenshot.jpg"
"image": "https://raw.githubusercontent.com/OMGDuke/protondb-decky/main/assets/publish_image.png"
}
}
Loading

0 comments on commit ca2569d

Please sign in to comment.