From 8003f7b0f32590721a5b9fa88fea0617badec4e4 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Fri, 20 Dec 2024 18:40:32 +0000 Subject: [PATCH] Bump version --- plugin/manifest.json | 2 +- plugin/package-lock.json | 4 ++-- plugin/package.json | 4 ++-- plugin/versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/plugin/manifest.json b/plugin/manifest.json index 40fc4ff..e344441 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 688b8c4..ebc4236 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 925da08..b94daf9 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 314e011..a714326 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