Skip to content

Commit

Permalink
Version bump to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damiankorcz committed Aug 15, 2023
1 parent 1aca63c commit 69ebe3e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/Info/licence.scss
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/scss/User Interface/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 69ebe3e

Please sign in to comment.