From 05e88f242289ac9fc0aacc82208053855a3f66d4 Mon Sep 17 00:00:00 2001 From: Damian Korcz Date: Wed, 22 May 2024 00:19:57 +0100 Subject: [PATCH] Version bump to 3.5.3 --- manifest.json | 2 +- package.json | 2 +- src/scss/Info/licence.scss | 2 +- src/scss/User Interface/settings.scss | 2 +- versions.json | 3 ++- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 8484e245..4499933a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Prism", - "version": "3.5.2", + "version": "3.5.3", "minAppVersion": "1.6.0", "author": "Damian Korcz", "authorUrl": "https://github.com/damiankorcz", diff --git a/package.json b/package.json index 754aa7fc..af4e75e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-prism", - "version": "3.5.2", + "version": "3.5.3", "description": "A Highly-Customisable & Elegant Light/Dark Theme for Obsidian.md", "author": "Damian Korcz", "license": "MIT", diff --git a/src/scss/Info/licence.scss b/src/scss/Info/licence.scss index dc9aa9c8..003c5f35 100644 --- a/src/scss/Info/licence.scss +++ b/src/scss/Info/licence.scss @@ -1,5 +1,5 @@ /* - Prism Theme for Obsidian.md (Version: 3.5.2) + Prism Theme for Obsidian.md (Version: 3.5.3) > A Comprehensive, Highly-Customisable and Elegant Light/Dark Theme for Obsidian.md Source: https://github.com/damiankorcz/Obsidian-Prism diff --git a/src/scss/User Interface/settings.scss b/src/scss/User Interface/settings.scss index 6ca0f157..7ecf27e9 100644 --- a/src/scss/User Interface/settings.scss +++ b/src/scss/User Interface/settings.scss @@ -43,7 +43,7 @@ font-size: 14px; font-weight: 600; color: var(--interactive-accent-text); - content: "Prism 3.5.2"; + content: "Prism 3.5.3"; border: 1px solid var(--window-border-color); border-radius: var(--radius-s); } diff --git a/versions.json b/versions.json index f83e2351..3e272290 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "3.4.4": "1.4.3", "3.5.0": "1.4.3", "3.5.1": "1.6.0", - "3.5.2": "1.6.0" + "3.5.2": "1.6.0", + "3.5.3": "1.6.0" } \ No newline at end of file