From 33a5f4bed90e58c25070c09fdac8c9a4e361ad30 Mon Sep 17 00:00:00 2001 From: gabriele-cusato Date: Sun, 17 May 2026 17:12:00 +0200 Subject: [PATCH] modificata la versione release a 1.0.2 --- HandTranscriptMd/manifest.json | 2 +- HandTranscriptMd/package.json | 2 +- HandTranscriptMd/versions.json | 3 ++- manifest.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/HandTranscriptMd/manifest.json b/HandTranscriptMd/manifest.json index 60c3d4a..50fb2e1 100644 --- a/HandTranscriptMd/manifest.json +++ b/HandTranscriptMd/manifest.json @@ -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", diff --git a/HandTranscriptMd/package.json b/HandTranscriptMd/package.json index 2bf3c97..6e8a319 100644 --- a/HandTranscriptMd/package.json +++ b/HandTranscriptMd/package.json @@ -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", diff --git a/HandTranscriptMd/versions.json b/HandTranscriptMd/versions.json index 189c17e..f66b649 100644 --- a/HandTranscriptMd/versions.json +++ b/HandTranscriptMd/versions.json @@ -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" } diff --git a/manifest.json b/manifest.json index 60c3d4a..50fb2e1 100644 --- a/manifest.json +++ b/manifest.json @@ -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",