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