Bump to 1.0.7 for personal BRAT-installable build

Lets BRAT install this patched build (authProxyUrl fix) on mobile
without needing direct filesystem access to .obsidian/plugins/.
This commit is contained in:
Nick Benes 2026-06-20 16:18:09 -04:00
parent 3f33d518d1
commit ab3646a0b0
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "neogdsync",
"name": "NeoGDSync",
"version": "1.0.6",
"version": "1.0.7",
"minAppVersion": "1.6.0",
"description": "Lightweight Google Drive sync with path-based index, conflict detection, and smart/push/pull modes.",
"author": "martinlegend",

View file

@ -17,5 +17,6 @@
"1.0.3": "1.6.0",
"1.0.4": "1.6.0",
"1.0.5": "1.6.0",
"1.0.6": "1.6.0"
"1.0.6": "1.6.0",
"1.0.7": "1.6.0"
}