From 737f1f1371b1bf49569f28320985f4ac125ac6ee Mon Sep 17 00:00:00 2001 From: kaffarell Date: Thu, 4 May 2023 11:48:27 +0200 Subject: [PATCH] fix: updated description --- manifest.json | 4 ++-- versions.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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" }