Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SheffeyG committed Feb 5, 2024
1 parent 23c279f commit b2384eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheatdeck",
"version": "0.2.1",
"version": "0.3.0",
"description": "Launch games with cheat or trainer and manage your launch options.",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "CheatDeck",
"author": "Sheffey",
"flags": ["debug"],
"flags": [],
"publish": {
"tags": ["cheat", "trainer"],
"description": "Launch games with cheat or trainer and manage your launch options.",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Custom/modals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const Modals: FC<{
{(id !== undefined) ? (
<DialogButton
onClick={() => handleSave("Del")}
style={{ alignSelf: "center", marginTop: "20px", fontSize: "14px", textAlign: "center", width: "200px", background: "rgba(255,0,0,.15)" }}
style={{ alignSelf: "center", marginTop: "20px", fontSize: "14px", textAlign: "center", width: "200px" }}
>
Delete
</DialogButton>
Expand Down

0 comments on commit b2384eb

Please sign in to comment.