Skip to content

Commit 65d3a5e

Browse files
committed
0.4.5
1 parent 06ee10a commit 65d3a5e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-text-extract",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"private": true,
66
"description": "The core library for Obsidian Text Extractor plugin",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "text-extractor",
33
"name": "Text Extractor",
4-
"version": "0.4.4",
4+
"version": "0.4.5",
55
"minAppVersion": "0.15.0",
66
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
77
"author": "Simon Cambier",

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "text-extractor",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"private": true,
55
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
66
"main": "dist/main.js",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"0.4.1": "0.15.0",
1010
"0.4.2": "0.15.0",
1111
"0.4.3": "0.15.0",
12-
"0.4.4": "1.0.0"
12+
"0.4.4": "1.0.0",
13+
"0.4.5": "0.15.0"
1314
}

0 commit comments

Comments
 (0)