diff --git a/plugin/manifest.json b/plugin/manifest.json index 40fc4ff7..e344441d 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "sample-plugin", "name": "Sync & Share", - "version": "0.0.5", + "version": "0.0.6", "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 688b8c48..ebc4236d 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/plugin/package.json b/plugin/package.json index 925da084..b94daf97 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "0.0.5", + "version": "0.0.6", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -30,4 +30,4 @@ "typescript-eslint": "8.18.0", "esbuild-sass-plugin": "^3.3.1" } -} \ No newline at end of file +} diff --git a/plugin/versions.json b/plugin/versions.json index 314e0116..a714326c 100644 --- a/plugin/versions.json +++ b/plugin/versions.json @@ -4,5 +4,6 @@ "0.0.2": "0.0.0", "0.0.3": "0.0.0", "0.0.4": "0.0.0", - "0.0.5": "0.0.0" + "0.0.5": "0.0.0", + "0.0.6": "0.0.0" } \ No newline at end of file