diff --git a/manifest.json b/manifest.json index e6d4673..abc4ed6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "manex-brain", "name": "Manex Brain", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "1.5.0", "description": "Local AI brain for your vault. Indexes all your notes and answers questions privately using a local Apple Silicon MLX model — no cloud, no API keys.", "author": "Manex", diff --git a/versions.json b/versions.json index 27ec1ef..0c3ea1e 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "1.5.0" + "1.0.0": "1.5.0", + "1.0.1": "1.5.0" }