mirror of
https://github.com/wiseguru/ReWrite-Voice-Notes.git
synced 2026-07-22 07:49:19 +00:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
7ab2bc287d
commit
058b882bf7
3 changed files with 5 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue