From 69ebe3e82c7f6d38914566e7932c958dac216d83 Mon Sep 17 00:00:00 2001 From: Damian Korcz Date: Tue, 15 Aug 2023 01:22:00 +0100 Subject: [PATCH] Version bump to 3.4.0 --- manifest.json | 4 ++-- package.json | 2 +- src/scss/Info/licence.scss | 2 +- src/scss/User Interface/settings.scss | 2 +- versions.json | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index ec43e78..33c455c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Prism", - "version": "3.3.0", - "minAppVersion": "1.3.1", + "version": "3.4.0", + "minAppVersion": "1.4.3", "author": "Damian Korcz", "authorUrl": "https://github.com/damiankorcz", "fundingUrl": "https://www.buymeacoffee.com/DamianKorcz" diff --git a/package.json b/package.json index 02ea192..9cce277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-prism", - "version": "3.3.0", + "version": "3.4.0", "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 3633625..f7550e8 100644 --- a/src/scss/Info/licence.scss +++ b/src/scss/Info/licence.scss @@ -1,5 +1,5 @@ /* - Prism Theme for Obsidian.md (Version: 3.3.0) + Prism Theme for Obsidian.md (Version: 3.4.0) > 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 5376a1e..28b2fe5 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.3.0"; + content: "Prism 3.4.0"; border: 1px solid var(--window-border-color); border-radius: var(--radius-s); } diff --git a/versions.json b/versions.json index 74183b9..0b2e1ac 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "3.2.4": "1.2.0", "3.2.5": "1.3.0", "3.2.6": "1.3.1", - "3.3.0": "1.3.1" + "3.3.0": "1.3.1", + "3.4.0": "1.4.3" } \ No newline at end of file