diff --git a/manifest.json b/manifest.json index fc6d93c51..0b0ca5457 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,6 @@ "minAppVersion": "0.12.13", "authorUrl": "/~https://github.com/yo-goto", "description": "Enable to view your notes as cards.", - "version": "0.4.4", + "version": "0.4.5", "isDesktopOnly": false } diff --git a/package.json b/package.json index 321edc5a8..c9bc0ee23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-card-view-mode", - "version": "0.4.4", + "version": "0.4.5", "description": "Card View Mode & Attention Pane. View notes as cards!", "main": "main.js", "scripts": { diff --git a/src/styles.scss b/src/styles.scss index 2de7281f2..5fb555236 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -4,10 +4,12 @@ /* ## v0.4.0 - fixed sidebar tab background color - ## v0.4.1 - modidified background-color to make outline & link panes or etc. clearly visible - main colors(background & cards) can be changed in the setting tab +## v0.4.5 +- fixed note title width + */ // variables diff --git a/versions.json b/versions.json index df8c8691c..ce8b1da0b 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.4.5": "0.12.13", "0.4.4": "0.12.13", "0.4.3": "0.12.13", "0.4.2": "0.12.13",