aggiornate versioni

This commit is contained in:
gabriele-cusato 2026-05-17 22:24:09 +02:00
parent 9675217e15
commit 86e207c5ce
4 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "handwriting-to-markdown",
"name": "HandTranscriptMd",
"version": "1.0.2",
"version": "1.0.3",
"minAppVersion": "1.7.2",
"description": "Inline handwriting canvas with OCR conversion to structured markdown. Requires a free Gemini API key.",
"author": "GabrieleC",

View file

@ -1,6 +1,6 @@
{
"name": "handwriting-to-markdown",
"version": "1.0.2",
"version": "1.0.3",
"description": "Inline handwriting canvas with conversion to structured markdown",
"main": "main.js",
"type": "module",

View file

@ -1,5 +1,6 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0"
"1.0.2": "0.15.0",
"1.0.3": "0.15.0"
}

View file

@ -1,7 +1,7 @@
{
"id": "handwriting-to-markdown",
"name": "HandTranscriptMd",
"version": "1.0.2",
"version": "1.0.3",
"minAppVersion": "1.7.2",
"description": "Inline handwriting canvas with OCR conversion to structured markdown. Requires a free Gemini API key.",
"author": "GabrieleC",