Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed May 7, 2023
1 parent 49e3665 commit e0f21a9
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.4.3",
"version": "0.4.4",
"minAppVersion": "0.15.0",
"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.4.3",
"version": "0.4.4",
"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 @@ -8,5 +8,6 @@
"0.4.0": "0.15.0",
"0.4.1": "0.15.0",
"0.4.2": "0.15.0",
"0.4.3": "0.15.0"
"0.4.3": "0.15.0",
"0.4.4": "1.0.0"
}

0 comments on commit e0f21a9

Please sign in to comment.