From d94e386daca7aa71250506f20dff2940e52072dc Mon Sep 17 00:00:00 2001 From: Xheldon Date: Thu, 31 Jul 2025 15:06:52 +0800 Subject: [PATCH] Bump version to 1.0.2 for clean release test - Updated manifest.json, package.json, and versions.json - Ready to test automatic GitHub Actions release - Contains only essential files for Obsidian community plugin --- CHANGELOG.md | 1 + manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0bd45..29b87ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.1] - 2024-12-19 ### Changed + - Updated plugin name from "Git Sync" to "Git Folder Sync" for better clarity - Consistent naming across all files and documentation - Updated internationalization strings diff --git a/manifest.json b/manifest.json index 59857a4..b94f3b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "git-folder-sync", "name": "Git Folder Sync", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "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.", "author": "Xheldon", diff --git a/package.json b/package.json index fe277d3..89189bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-folder-sync", - "version": "1.0.1", + "version": "1.0.2", "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 04dc8d7..a63114a 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "1.0.2": "0.15.0" } \ No newline at end of file