mirror of
https://github.com/bitsofchris/openaugi-obsidian-plugin.git
synced 2026-07-22 05:46:42 +00:00
chore: sync package.json to 0.6.0; add versions.json
package.json version drifted from manifest; add the missing versions.json (version -> minAppVersion) that version-bump.mjs and community-store submission both require. Neither affects Obsidian's update check for the current install path, but both were inconsistent locations. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
cac28bd98d
commit
09892d2ef3
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "open-augi",
|
||||
"version": "0.5.2",
|
||||
"version": "0.6.0",
|
||||
"description": "",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
3
versions.json
Normal file
3
versions.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"0.6.0": "1.8.9"
|
||||
}
|
||||
Loading…
Reference in a new issue