diff --git a/.github/workflows/release-plugin.yml b/.github/workflows/release-plugin.yml index 488f8aa..064b79f 100644 --- a/.github/workflows/release-plugin.yml +++ b/.github/workflows/release-plugin.yml @@ -11,6 +11,7 @@ on: branches: ["master"] env: CARGO_TERM_COLOR: always + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: build-plugin: diff --git a/plugin/manifest.json b/plugin/manifest.json index 3427ffe..5ab4a08 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "sample-plugin", "name": "Sync & Share", - "version": "0.0.1", + "version": "0.0.3", "minAppVersion": "0.0.0", "description": "Demonstrates some of the capabilities of the Obsidian API.", "author": "Obsidian", diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 35f3063..d3b2165 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "0.0.1", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "0.0.1", + "version": "0.0.3", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/plugin/package.json b/plugin/package.json index a57c4a4..976e1c7 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "0.0.1", + "version": "0.0.3", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/plugin/versions.json b/plugin/versions.json index ee70b14..89b3485 100644 --- a/plugin/versions.json +++ b/plugin/versions.json @@ -1,4 +1,6 @@ { "0.0.0": "0.0.0", - "0.0.1": "0.0.0" + "0.0.1": "0.0.0", + "0.0.2": "0.0.0", + "0.0.3": "0.0.0" } \ No newline at end of file