Skip to content

Commit

Permalink
0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed Dec 16, 2023
1 parent 0329d8a commit b2bf7aa
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.2.3",
"version": "0.2.4",
"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.4.8",
"version": "0.4.9",
"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.8",
"version": "0.4.9",
"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 @@ -13,5 +13,6 @@
"0.4.5": "0.15.0",
"0.4.6": "0.15.0",
"0.4.7": "1.4.14",
"0.4.8": "0.15.0"
"0.4.8": "0.15.0",
"0.4.9": "0.15.0"
}

0 comments on commit b2bf7aa

Please sign in to comment.