firstsun-dev_git-files-sync/manifest.json
ClaudiaFang e89f6bad70 chore(release): bump minAppVersion to 1.13.0 and version to 1.2.0
Obsidian APIs used (getSettingDefinitions, PluginSettingTab.update,
setDestructive) all require 1.13.0+, but manifest.json still declared
1.12.7. Bump minAppVersion to match and cut a new release version.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-05 05:50:21 +00:00

10 lines
No EOL
357 B
JSON

{
"id": "git-file-sync",
"name": "Git File Sync",
"version": "1.2.0",
"minAppVersion": "1.13.0",
"description": "Selectively sync individual notes with GitLab or GitHub. Push, pull, diff, and resolve conflicts — file by file, on mobile and desktop.",
"author": "ClaudiaFang",
"authorUrl": "https://github.com/ClaudiaFang",
"isDesktopOnly": false
}