Skip to content

Commit

Permalink
Merge pull request #264 from decaf-dev/dev
Browse files Browse the repository at this point in the history
1.34.3
  • Loading branch information
decaf-dev authored Jul 27, 2024
2 parents ec8b02a + 59e7cf4 commit 6e4b7ab
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,7 +1,7 @@
{
"id": "vault-explorer",
"name": "Vault Explorer",
"version": "1.34.2",
"version": "1.34.3",
"minAppVersion": "1.4.13",
"description": "Explore your vault in visual format",
"author": "DecafDev",
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-vault-explorer",
"version": "1.34.2",
"version": "1.34.3",
"description": "Explore your vault in visual format",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/svelte/app/components/feed-card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
</div>
{/if}
{#if displayContent != null}
<Spacer size="sm" />
<Spacer size="md" />
{/if}
<div class="vault-explorer-feed-card__creation-time">
{creationString}
Expand Down
2 changes: 1 addition & 1 deletion test-vault/.obsidian/plugins/vault-explorer/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
"feed"
],
"configDir": ".vaultexplorer",
"pluginVersion": "1.34.0",
"pluginVersion": "1.34.2",
"logLevel": "trace"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@
"1.33.1": "1.4.13",
"1.34.0": "1.4.13",
"1.34.1": "1.4.13",
"1.34.2": "1.4.13"
"1.34.2": "1.4.13",
"1.34.3": "1.4.13"
}

0 comments on commit 6e4b7ab

Please sign in to comment.