diff --git a/manifest.json b/manifest.json index 1a86fa3..89a7da2 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "134142022092062720", "github": "Saltssaumure" }, - "version": "1.2.2", + "version": "1.2.3", "updater": { "type": "github", "id": "MiniDiscordThemes/Squared" diff --git a/package.json b/package.json index ab4fa8b..e4dedbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "squared-discord-theme", - "version": "1.2.2", + "version": "1.2.3", "description": "A border-radius removing Discord theme.", "repository": "https://github.com/MiniDiscordThemes/Squared.git", "author": "Saltssaumure ", diff --git a/scss-compile.config.js b/scss-compile.config.js index 03eadea..bc753ea 100644 --- a/scss-compile.config.js +++ b/scss-compile.config.js @@ -8,6 +8,6 @@ export default { /** The name of your theme repository. */ repo: "Squared", /** The version of your theme. */ - version: "1.2.2" + version: "1.2.3" } };