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 <noreply@anthropic.com>
This commit is contained in:
WiseGuru 2026-06-17 21:17:10 -07:00
parent 7ab2bc287d
commit 058b882bf7
3 changed files with 5 additions and 5 deletions

View file

@ -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
}
}

4
package-lock.json generated
View file

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

View file

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