Skip to content

Commit

Permalink
Version Bump to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damiankorcz committed Aug 19, 2023
1 parent 2fcaa4b commit 6008535
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.4.0",
"version": "3.4.1",
"minAppVersion": "1.4.3",
"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.4.0",
"version": "3.4.1",
"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.4.0)
Prism Theme for Obsidian.md (Version: 3.4.1)
> 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.4.0";
content: "Prism 3.4.1";
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 @@ -14,5 +14,6 @@
"3.2.5": "1.3.0",
"3.2.6": "1.3.1",
"3.3.0": "1.3.1",
"3.4.0": "1.4.3"
"3.4.0": "1.4.3",
"3.4.1": "1.4.3"
}

0 comments on commit 6008535

Please sign in to comment.