diff --git a/package.json b/package.json index fec01e7..935458b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cheatdeck", - "version": "0.3.1", + "version": "0.3.2", "description": "Launch games with cheat or trainer and manage your launch options.", "scripts": { "build": "shx rm -rf dist && rollup -c", diff --git a/plugin.json b/plugin.json index ce1c7cb..4be55f7 100644 --- a/plugin.json +++ b/plugin.json @@ -1,9 +1,9 @@ { "name": "CheatDeck", "author": "Sheffey", - "flags": [], + "flags": [ "debug" ], "publish": { - "tags": ["cheat", "trainer"], + "tags": [ "cheat", "trainer" ], "description": "Launch games with cheat or trainer and manage your launch options.", "image": "https://github.com/SheffeyG/CheatDeck/raw/main/doc/settings.jpg" }