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