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:
Chris Lettieri 2026-07-07 14:48:24 -04:00
parent cac28bd98d
commit 09892d2ef3
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "open-augi", "name": "open-augi",
"version": "0.5.2", "version": "0.6.0",
"description": "", "description": "",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

3
versions.json Normal file
View file

@ -0,0 +1,3 @@
{
"0.6.0": "1.8.9"
}