Skip to content

Commit 14ef712

Browse files
yolo-samsmcllns
andauthored
fix: Update plugin description for directory review (#3)
Co-authored-by: Sam Collins <81678+smcllns@users.noreply.github.com>
1 parent 8992ee4 commit 14ef712

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "html-docs",
33
"name": "HTML Docs",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"minAppVersion": "1.4.0",
6-
"description": "A zero-dependency minimal plugin to enable .html docs inside Obsidian. Inspired by Anthropic's 'unreasonable effectiveness of HTML'",
6+
"description": "View local .html files in sandboxed tabs, embeds, and Canvas cards.",
77
"author": "smcllns",
88
"authorUrl": "https://github.com/smcllns",
99
"isDesktopOnly": false

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "html-docs",
3-
"version": "1.1.0",
4-
"description": "A zero-dependency minimal plugin to enable .html docs inside Obsidian. Inspired by Anthropic's 'unreasonable effectiveness of HTML'",
3+
"version": "1.1.1",
4+
"description": "View local .html files in sandboxed tabs, embeds, and Canvas cards.",
55
"main": "main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"1.0.3": "1.4.0",
33
"1.0.4": "1.4.0",
4-
"1.1.0": "1.4.0"
4+
"1.1.0": "1.4.0",
5+
"1.1.1": "1.4.0"
56
}

0 commit comments

Comments
 (0)