Skip to content

Commit 6e4b7ab

Browse files
authored
Merge pull request #264 from decaf-dev/dev
1.34.3
2 parents ec8b02a + 59e7cf4 commit 6e4b7ab

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "vault-explorer",
33
"name": "Vault Explorer",
4-
"version": "1.34.2",
4+
"version": "1.34.3",
55
"minAppVersion": "1.4.13",
66
"description": "Explore your vault in visual format",
77
"author": "DecafDev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-vault-explorer",
3-
"version": "1.34.2",
3+
"version": "1.34.3",
44
"description": "Explore your vault in visual format",
55
"main": "main.js",
66
"scripts": {

src/svelte/app/components/feed-card.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
</div>
288288
{/if}
289289
{#if displayContent != null}
290-
<Spacer size="sm" />
290+
<Spacer size="md" />
291291
{/if}
292292
<div class="vault-explorer-feed-card__creation-time">
293293
{creationString}

test-vault/.obsidian/plugins/vault-explorer/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
"feed"
8585
],
8686
"configDir": ".vaultexplorer",
87-
"pluginVersion": "1.34.0",
87+
"pluginVersion": "1.34.2",
8888
"logLevel": "trace"
8989
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,6 @@
119119
"1.33.1": "1.4.13",
120120
"1.34.0": "1.4.13",
121121
"1.34.1": "1.4.13",
122-
"1.34.2": "1.4.13"
122+
"1.34.2": "1.4.13",
123+
"1.34.3": "1.4.13"
123124
}

0 commit comments

Comments
 (0)