From 09892d2ef3fa6250e675442af57282b18b03ee04 Mon Sep 17 00:00:00 2001 From: Chris Lettieri Date: Tue, 7 Jul 2026 14:48:24 -0400 Subject: [PATCH] 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 --- package.json | 2 +- versions.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 versions.json diff --git a/package.json b/package.json index b5287e1..86eb6b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-augi", - "version": "0.5.2", + "version": "0.6.0", "description": "", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..d001dbf --- /dev/null +++ b/versions.json @@ -0,0 +1,3 @@ +{ + "0.6.0": "1.8.9" +}