Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed May 26, 2024
1 parent 7ead7e6 commit 612e035
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "text-extractor",
"name": "Text Extractor",
"version": "0.5.1",
"version": "0.5.2",
"minAppVersion": "1.4.16",
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
"author": "Simon Cambier",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-extractor",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
"main": "dist/main.js",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"0.4.9": "1.4.14",
"0.4.10": "1.4.16",
"0.5.0": "1.4.16",
"0.5.1": "1.4.16"
"0.5.1": "1.4.16",
"0.5.2": "1.4.16"
}

0 comments on commit 612e035

Please sign in to comment.