Bump Obsidian minimum app version

This commit is contained in:
murashit 2026-05-13 08:38:51 +09:00
parent d0ffc96bb7
commit c77dab19cd
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"id": "codex-panel",
"name": "Codex Panel",
"version": "0.1.1",
"minAppVersion": "1.5.0",
"minAppVersion": "1.12.0",
"description": "Run Codex from a side panel.",
"author": "murashit",
"isDesktopOnly": true

View file

@ -1,4 +1,4 @@
{
"0.1.0": "1.5.0",
"0.1.1": "1.5.0"
"0.1.1": "1.12.0"
}