Skip to content

Commit

Permalink
Version bump to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
damiankorcz committed May 21, 2024
1 parent bd3b1d6 commit 05e88f2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
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.5.2",
"version": "3.5.3",
"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.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
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.5.2";
content: "Prism 3.5.3";
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 @@ -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"
}

0 comments on commit 05e88f2

Please sign in to comment.