Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed Jan 23, 2024
1 parent 15feb4a commit 7de3f98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-text-extract",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"private": true,
"description": "The core library for Obsidian Text Extractor plugin",
Expand Down
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.0",
"version": "0.5.1",
"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.0",
"version": "0.5.1",
"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 @@ -16,5 +16,6 @@
"0.4.8": "1.4.14",
"0.4.9": "1.4.14",
"0.4.10": "1.4.16",
"0.5.0": "1.4.16"
"0.5.0": "1.4.16",
"0.5.1": "1.4.16"
}

0 comments on commit 7de3f98

Please sign in to comment.