bump version to 1.0.1

This commit is contained in:
Ravi Krishnan 2026-05-13 06:12:28 +09:30
parent 08339c4121
commit 7d72318d48
2 changed files with 3 additions and 2 deletions

View file

@ -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",

View file

@ -1,3 +1,4 @@
{
"1.0.0": "1.5.0"
"1.0.0": "1.5.0",
"1.0.1": "1.5.0"
}