Skip to content

Commit

Permalink
Add preview images to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jul 15, 2023
1 parent 4131371 commit ff18ab2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "1.3.0",
"version": "1.3.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.NineX"
},
"license": "GPL-3.0",
"source": "https://github.com/Saltssaumure/w9x-discord-theme",
"type": "replugged-theme",
"main": "scss/w9x.scss"
"main": "scss/w9x.scss",
"image": [
"https://cdn.discordapp.com/attachments/946226984005025835/1129612826114269265/ninex1.png",
"https://cdn.discordapp.com/attachments/946226984005025835/1129612825774534868/ninex2.png"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ninex-discord-theme",
"version": "1.3.0",
"version": "1.3.1",
"description": "A Windows 9x style Discord theme.",
"repository": "https://github.com/Saltssaumure/w9x-discord-theme.git",
"author": "Saltssaumure <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion scss-compile.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default {
/** The name of your theme repository. */
repo: "w9x-discord-theme",
/** The version of your theme. */
version: "1.3.0"
version: "1.3.1"
}
};

0 comments on commit ff18ab2

Please sign in to comment.