From 058b882bf78a03f98df31e50bffe40f62ebfcaf9 Mon Sep 17 00:00:00 2001 From: WiseGuru <42100212+WiseGuru@users.noreply.github.com> Date: Wed, 17 Jun 2026 21:17:10 -0700 Subject: [PATCH] 1.0.1 Version bump; no functional change since 1.0.0 (whisper.cpp auto-lookup) so Obsidian's review tracks a new version. Co-Authored-By: Claude Opus 4.8 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 49f562e..9aa10a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "rewrite-voice-notes", "name": "ReWrite (Voice Notes)", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "1.4.4", "description": "Record or paste speech and have it transcribed and structured by AI.", "author": "WiseGuru", "authorUrl": "https://github.com/WiseGuru", "fundingUrl": "https://wyz.guru/buy-someone-else-coffee/", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7cd4795..d5b733c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rewrite-voice-notes", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rewrite-voice-notes", - "version": "1.0.0", + "version": "1.0.1", "license": "0BSD", "dependencies": { "@zxcvbn-ts/core": "^3.0.4", diff --git a/package.json b/package.json index 59f3e65..cf5163d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rewrite-voice-notes", - "version": "1.0.0", + "version": "1.0.1", "description": "Record or paste speech and have it transcribed and structured by AI.", "main": "main.js", "type": "module",