From 117b33eb959ef4fab8f541786c6b985f247b7dd1 Mon Sep 17 00:00:00 2001 From: Chris Lettieri Date: Wed, 25 Feb 2026 20:37:09 -0500 Subject: [PATCH] Bump version to 0.5.1, re-enable mobile support Co-Authored-By: Claude Opus 4.6 --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 25f80b1..5017c29 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "openaugi", "name": "OpenAugi", - "version": "0.5.0", + "version": "0.5.1", "minAppVersion": "1.8.9", "description": "Process information faster with augmented intelligence (AI for thinkers). Parse your voice notes into atomic notes, tasks, and summaries. Grab context from dataview queries and linked notes. De-duplicate and merge atomic ideas into a clean, organized vault.", "author": "Chris Lettieri", "authorUrl": "https://bitsofchris.com", - "isDesktopOnly": true + "isDesktopOnly": false } diff --git a/package.json b/package.json index 8d9d1ee..deca8ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-augi", - "version": "0.5.0", + "version": "0.5.1", "description": "", "main": "main.js", "scripts": {