diff --git a/manifest.json b/manifest.json index 8a88eb4..3f80d9b 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/versions.json b/versions.json index f1af071..d01c203 100644 --- a/versions.json +++ b/versions.json @@ -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" }