From 28c9f79d13b1f16588e5226b484e70b1fa479775 Mon Sep 17 00:00:00 2001 From: Saltssaumure Date: Sat, 15 Jul 2023 04:22:13 +0100 Subject: [PATCH] Version bump --- manifest.json | 2 +- package.json | 2 +- scss-compile.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1515f90..4801e0a 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "134142022092062720", "github": "Saltssaumure" }, - "version": "1.3.1", + "version": "1.3.2", "updater": { "type": "store", "id": "net.saltssaumure.NineX" diff --git a/package.json b/package.json index 9d637d5..ad006c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ninex-discord-theme", - "version": "1.3.1", + "version": "1.3.2", "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 5fd77b1..54771f6 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.1" + version: "1.3.2" } };