diff --git a/manifest.json b/manifest.json index f3904dc..1ddd09a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "image-ocr", "name": "Image OCR", - "version": "0.3.2", + "version": "0.3.3", "minAppVersion": "0.15.0", - "description": "Runs ocr on images and pastes result in description.", + "description": "Runs OCR on images and copies content in image caption.", "author": "kaffarell", "authorUrl": "https://github.com/kaffarell", "fundingUrl": "", diff --git a/versions.json b/versions.json index 4c58e04..f8d2496 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.2.0": "0.15.0", "0.3.0": "0.15.0", "0.3.1": "0.15.0", - "0.3.2": "0.15.0" + "0.3.2": "0.15.0", + "0.3.3": "0.15.0" }