From a037bad76ed915a563190433cd6c495022a31271 Mon Sep 17 00:00:00 2001 From: Xheldon Date: Thu, 14 May 2026 11:25:48 +0800 Subject: [PATCH] Bump version to 1.0.7 Co-Authored-By: Claude Sonnet 4.6 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index c154967..fc80df4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "git-folder-sync", "name": "Git Folder Sync", - "version": "1.0.6", + "version": "1.0.7", "minAppVersion": "0.15.0", "description": "Synchronize files in your Vault with a specified directory in the designated GitHub repository (rather than the entire repository); send your images to cloud storage services.", "author": "Xheldon", diff --git a/package.json b/package.json index 5c9f474..52b7e62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-folder-sync", - "version": "1.0.6", + "version": "1.0.7", "description": "Synchronize files in your Obsidian Vault with a specified directory in the designated GitHub repository (rather than the entire repository); send your images to cloud storage services.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a4c9c2b..9cade28 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.3": "0.15.0", "1.0.4": "0.15.0", "1.0.5": "0.15.0", - "1.0.6": "0.15.0" + "1.0.6": "0.15.0", + "1.0.7": "0.15.0" } \ No newline at end of file