mirror of
https://github.com/xheldon/git-folder-sync.git
synced 2026-07-22 06:59:00 +00:00
Bump version to 1.0.7
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c9ce06d2bf
commit
a037bad76e
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "git-folder-sync",
|
"id": "git-folder-sync",
|
||||||
"name": "Git Folder Sync",
|
"name": "Git Folder Sync",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"minAppVersion": "0.15.0",
|
"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.",
|
"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",
|
"author": "Xheldon",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "git-folder-sync",
|
"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.",
|
"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",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,6 @@
|
||||||
"1.0.3": "0.15.0",
|
"1.0.3": "0.15.0",
|
||||||
"1.0.4": "0.15.0",
|
"1.0.4": "0.15.0",
|
||||||
"1.0.5": "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"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue