From 7d72318d48fc0abd7b6fd10900a5437ea036dcf1 Mon Sep 17 00:00:00 2001 From: Ravi Krishnan Date: Wed, 13 May 2026 06:12:28 +0930 Subject: [PATCH] bump version to 1.0.1 --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }