Fix for BRAT
This commit is contained in:
parent
013daf34af
commit
991def9a65
2 changed files with 6 additions and 6 deletions
|
|
@ -27,6 +27,7 @@ cargo set-version --bump patch
|
||||||
cd ../plugin
|
cd ../plugin
|
||||||
npm version patch
|
npm version patch
|
||||||
cd ..
|
cd ..
|
||||||
|
cp plugin/manifest.json manifest.json # for BRAT, otherwise it wouldn't update
|
||||||
git add .
|
git add .
|
||||||
TAG=$(node -p "require('./package.json').version")
|
TAG=$(node -p "require('./package.json').version")
|
||||||
git commit -m "Bump versions to $TAG"
|
git commit -m "Bump versions to $TAG"
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,10 @@
|
||||||
{
|
{
|
||||||
"id": "sample-plugin",
|
"id": "vault-link",
|
||||||
"name": "Sync & Share",
|
"name": "VaultLink",
|
||||||
"version": "0.0.7",
|
"version": "0.0.7",
|
||||||
"minAppVersion": "0.0.0",
|
"minAppVersion": "0.0.0",
|
||||||
"description": "Demonstrates some of the capabilities of the Obsidian API.",
|
"description": "Self-hosted synchronization and collaboration for your Vault.",
|
||||||
"author": "Obsidian",
|
"author": "Andras Schmelczer",
|
||||||
"authorUrl": "https://obsidian.md",
|
"authorUrl": "https://schmelczer.dev",
|
||||||
"fundingUrl": "https://obsidian.md/pricing",
|
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue