Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "html-docs",
"name": "HTML Docs",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "1.4.0",
"description": "View local .html files in sandboxed tabs, embeds, and Canvas cards.",
"author": "smcllns",
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": "html-docs",
"version": "1.1.2",
"version": "1.1.3",
"description": "View local .html files in sandboxed tabs, embeds, and Canvas cards.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENABLED="$(oeval "app.plugins.enabledPlugins.has('$PLUGIN_ID') ? 'yes' : 'no'" |
[[ "$ENABLED" == "yes" ]] || die "plugin '$PLUGIN_ID' is not enabled in vault '$VAULT_PATH'"

echo "building and loading current plugin"
(cd "$ROOT" && npm run build >/dev/null)
(cd "$ROOT" && bun run build >/dev/null)
PLUGIN_DEST="$VAULT_PATH/.obsidian/plugins/$PLUGIN_ID"
[[ -d "$PLUGIN_DEST" ]] || die "plugin '$PLUGIN_ID' is not installed in vault '$VAULT_PATH'"
cp "$DIST_DIR/main.js" "$DIST_DIR/manifest.json" "$DIST_DIR/styles.css" "$PLUGIN_DEST/"
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.0.4": "1.4.0",
"1.1.0": "1.4.0",
"1.1.1": "1.4.0",
"1.1.2": "1.4.0"
"1.1.2": "1.4.0",
"1.1.3": "1.4.0"
}