From 8e4ac3a26a46e5e9f7dd6ec920637d98f42a3fe8 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Mon, 8 Dec 2025 20:11:56 +0000 Subject: [PATCH] Fix manifests --- frontend/obsidian-plugin/manifest.json | 18 +++++++++--------- manifest.json | 18 +++++++++--------- scripts/bump-version.sh | 2 ++ 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/frontend/obsidian-plugin/manifest.json b/frontend/obsidian-plugin/manifest.json index ee4660ca..114f86f3 100644 --- a/frontend/obsidian-plugin/manifest.json +++ b/frontend/obsidian-plugin/manifest.json @@ -1,10 +1,10 @@ { - "id": "vault-link", - "name": "VaultLink", - "version": "0.13.0", - "minAppVersion": "0.0.0", - "description": "Self-hosted synchronization and collaboration for your Vault.", - "author": "Andras Schmelczer", - "authorUrl": "https://schmelczer.dev", - "isDesktopOnly": false -} \ No newline at end of file + "id": "vault-link", + "name": "VaultLink", + "version": "0.13.0", + "minAppVersion": "0.0.0", + "description": "Self-hosted synchronization and collaboration for your Vault.", + "author": "Andras Schmelczer", + "authorUrl": "https://schmelczer.dev", + "isDesktopOnly": false +} diff --git a/manifest.json b/manifest.json index ee4660ca..114f86f3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "vault-link", - "name": "VaultLink", - "version": "0.13.0", - "minAppVersion": "0.0.0", - "description": "Self-hosted synchronization and collaboration for your Vault.", - "author": "Andras Schmelczer", - "authorUrl": "https://schmelczer.dev", - "isDesktopOnly": false -} \ No newline at end of file + "id": "vault-link", + "name": "VaultLink", + "version": "0.13.0", + "minAppVersion": "0.0.0", + "description": "Self-hosted synchronization and collaboration for your Vault.", + "author": "Andras Schmelczer", + "authorUrl": "https://schmelczer.dev", + "isDesktopOnly": false +} diff --git a/scripts/bump-version.sh b/scripts/bump-version.sh index 6190eb3e..fb953e2a 100755 --- a/scripts/bump-version.sh +++ b/scripts/bump-version.sh @@ -35,6 +35,8 @@ cd .. cp frontend/obsidian-plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update +git ls-files | xargs npx eclint fix + # Commit and tag git add . TAG=$(node -p "require('./frontend/obsidian-plugin/package.json').version")