fix: updated description

This commit is contained in:
kaffarell 2023-05-04 11:48:27 +02:00
parent b554f3976b
commit 737f1f1371
2 changed files with 4 additions and 3 deletions

View file

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

View file

@ -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"
}