From abb3c00f351069be3ed3617f114c2d65a19e9d9f Mon Sep 17 00:00:00 2001 From: Saltssaumure Date: Wed, 19 Jun 2024 05:41:36 +0100 Subject: [PATCH] Release v1.8.0 --- Synthesis.theme.css | 2 +- manifest.json | 2 +- package.json | 2 +- scss/main/_titlebar.scss | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Synthesis.theme.css b/Synthesis.theme.css index aa36068..9f0a9e2 100644 --- a/Synthesis.theme.css +++ b/Synthesis.theme.css @@ -4,7 +4,7 @@ * @authorLink https://github.com/Saltssaumure * @description A vibrant neon synthwave theme. * @license AGPL-3.0-or-later - * @version 1.3 + * @version 1.8 * @invite uy8nKQVatp * @source https://github.com/Saltssaumure/synthesis-discord-theme * @donate https://ko-fi.com/saltssaumure diff --git a/manifest.json b/manifest.json index 71e6e7c..4657707 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "134142022092062720", "github": "Saltssaumure" }, - "version": "1.7.1", + "version": "1.8.0", "updater": { "type": "store", "id": "net.saltssaumure.Synthesis" diff --git a/package.json b/package.json index 0d4919b..9508e4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synthesis-discord-theme", - "version": "1.7.1", + "version": "1.8.0", "description": "A vibrant neon synthwave Discord theme.", "repository": "github:Saltssaumure/synthesis-discord-theme", "author": "Saltssaumure ", diff --git a/scss/main/_titlebar.scss b/scss/main/_titlebar.scss index 6db5ce5..49d11b1 100644 --- a/scss/main/_titlebar.scss +++ b/scss/main/_titlebar.scss @@ -7,7 +7,7 @@ } &::before { - content: var(--title-text, "Synthesis v1.2"); + content: var(--title-text, "Synthesis v1.8"); font-family: var(--font-display); font-weight: 500; color: var(--text-muted);