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>
This commit is contained in:
ClaudiaFang 2026-07-05 05:50:00 +00:00
parent 06953e1b12
commit e89f6bad70
3 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{
"id": "git-file-sync",
"name": "Git File Sync",
"version": "1.1.2",
"minAppVersion": "1.12.7",
"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",

View file

@ -1,6 +1,6 @@
{
"name": "git-file-sync",
"version": "1.1.2",
"version": "1.2.0",
"description": "Selectively sync individual notes with GitLab or GitHub. Push, pull, diff, and resolve conflicts — file by file, on mobile and desktop.",
"main": "main.js",
"type": "module",

View file

@ -4,5 +4,6 @@
"1.0.5": "1.12.7",
"1.0.6": "1.12.7",
"1.1.1": "1.12.7",
"1.1.2": "1.12.7"
"1.1.2": "1.12.7",
"1.2.0": "1.13.0"
}