From 991def9a6567787aa89becdace90e9236f0ceceb Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Thu, 2 Jan 2025 17:43:23 +0000 Subject: [PATCH] Fix for BRAT --- bump-version.sh | 1 + manifest.json | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bump-version.sh b/bump-version.sh index 59aad9a7..36e54608 100755 --- a/bump-version.sh +++ b/bump-version.sh @@ -27,6 +27,7 @@ cargo set-version --bump patch cd ../plugin npm version patch cd .. +cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update git add . TAG=$(node -p "require('./package.json').version") git commit -m "Bump versions to $TAG" diff --git a/manifest.json b/manifest.json index b9574fd7..ca52bc64 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,10 @@ { - "id": "sample-plugin", - "name": "Sync & Share", + "id": "vault-link", + "name": "VaultLink", "version": "0.0.7", "minAppVersion": "0.0.0", - "description": "Demonstrates some of the capabilities of the Obsidian API.", - "author": "Obsidian", - "authorUrl": "https://obsidian.md", - "fundingUrl": "https://obsidian.md/pricing", + "description": "Self-hosted synchronization and collaboration for your Vault.", + "author": "Andras Schmelczer", + "authorUrl": "https://schmelczer.dev", "isDesktopOnly": false } \ No newline at end of file