From c6a98d4050743725164c362b47cf1c71afc08167 Mon Sep 17 00:00:00 2001 From: Olivier Date: Mon, 7 Sep 2026 17:22:33 -0400 Subject: [PATCH] chore: bump to v1.2.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9d439e8..639397a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "nibbleai", "name": "NibbleAI", - "version": "1.1.0", + "version": "1.2.0", "minAppVersion": "1.12.7", "description": "AI-powered tools for your Obsidian vault: speech-to-text, proofreading, title generation, property filling, and more.", "author": "Olivier", diff --git a/package.json b/package.json index 12346ee..af14745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nibbleai", - "version": "1.1.0", + "version": "1.2.0", "description": "AI-powered tools for your Obsidian vault", "main": "main.js", "scripts": {