Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TfTHacker committed Apr 13, 2024
1 parent 4c71a5c commit 11e593b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian42-strange-new-worlds",
"name": "Strange New Worlds",
"version": "2.0.1",
"version": "2.0.2",
"minAppVersion": "1.5.11",
"description": "Help see how your vault is interconnected with visual indicators.",
"author": "TfTHacker",
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": "obsidian42-strange-new-worlds",
"version": "2.0.1",
"version": "2.0.2",
"description": "Revealing networked thought and the strange new worlds created by your vault",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/ui/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const DEFAULT_SETTINGS: Settings = {
displayIncomingFilesheader: true,
displayInlineReferencesLivePreview: true,
displayInlineReferencesMarkdown: true,
displayEmbedReferencesInGutter: true,
displayEmbedReferencesInGutter: false,
displayEmbedReferencesInGutterMobile: false,
enableRenderingBlockIdInMarkdown: true,
enableRenderingLinksInMarkdown: true,
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"1.2.5": "1.4.16",
"1.2.6": "1.5.11",
"2.0.0": "1.5.11",
"2.0.1": "1.5.11"
"2.0.1": "1.5.11",
"2.0.2": "1.5.11"
}

0 comments on commit 11e593b

Please sign in to comment.