diff --git a/manifest.json b/manifest.json index d6653f5..1515f90 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "134142022092062720", "github": "Saltssaumure" }, - "version": "1.3.0", + "version": "1.3.1", "updater": { "type": "store", "id": "net.saltssaumure.NineX" @@ -15,5 +15,9 @@ "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" + ] } diff --git a/package.json b/package.json index 2d63f84..9d637d5 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/scss-compile.config.js b/scss-compile.config.js index 894afec..5fd77b1 100644 --- a/scss-compile.config.js +++ b/scss-compile.config.js @@ -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" } };