modificata la versione release a 1.0.2

This commit is contained in:
gabriele-cusato 2026-05-17 17:12:00 +02:00
parent 625830009f
commit 33a5f4bed9
4 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "handwriting-to-markdown",
"name": "HandTranscriptMd",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "0.15.0",
"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.1",
"version": "1.0.2",
"description": "Inline handwriting canvas with conversion to structured markdown",
"main": "main.js",
"type": "module",

View file

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

View file

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