mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
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:
parent
06953e1b12
commit
e89f6bad70
3 changed files with 5 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue