diff --git a/manifest.json b/manifest.json index 59f1aa9..f08667c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "text-extractor", "name": "Text Extractor", - "version": "0.3.1", + "version": "0.3.2", "minAppVersion": "0.15.0", "description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.", "author": "Simon Cambier", diff --git a/plugin/package.json b/plugin/package.json index a3ae111..4f74211 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,35 +1,35 @@ { - "name": "text-extractor", - "version": "0.3.1", - "private": true, - "description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.", - "main": "dist/main.js", - "scripts": { - "dev": "node esbuild.config.mjs", - "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production" - }, - "keywords": [], - "author": "Simon Cambier", - "license": "AGPL-3.0", - "devDependencies": { - "@tsconfig/svelte": "^3.0.0", - "@types/node": "^16.11.6", - "@typescript-eslint/eslint-plugin": "5.29.0", - "@typescript-eslint/parser": "5.29.0", - "builtin-modules": "3.3.0", - "esbuild": "0.14.47", - "esbuild-plugin-copy": "1.3.0", - "esbuild-svelte": "^0.7.3", - "obsidian": "latest", - "prettier": "^2.8.1", - "svelte": "^3.55.0", - "svelte-check": "^2.10.3", - "svelte-multiselect": "^8.2.1", - "svelte-preprocess": "^5.0.0", - "tslib": "2.4.0", - "typescript": "4.7.4" - }, - "dependencies": { - "obsidian-text-extract": "link:..\\lib" - } + "name": "text-extractor", + "version": "0.3.2", + "private": true, + "description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.", + "main": "dist/main.js", + "scripts": { + "dev": "node esbuild.config.mjs", + "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production" + }, + "keywords": [], + "author": "Simon Cambier", + "license": "AGPL-3.0", + "devDependencies": { + "@tsconfig/svelte": "^3.0.0", + "@types/node": "^16.11.6", + "@typescript-eslint/eslint-plugin": "5.29.0", + "@typescript-eslint/parser": "5.29.0", + "builtin-modules": "3.3.0", + "esbuild": "0.14.47", + "esbuild-plugin-copy": "1.3.0", + "esbuild-svelte": "^0.7.3", + "obsidian": "latest", + "prettier": "^2.8.1", + "svelte": "^3.55.0", + "svelte-check": "^2.10.3", + "svelte-multiselect": "^8.2.1", + "svelte-preprocess": "^5.0.0", + "tslib": "2.4.0", + "typescript": "4.7.4" + }, + "dependencies": { + "obsidian-text-extract": "link:..\\lib" + } } diff --git a/versions.json b/versions.json index e1ae461..ac49eac 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.1.1": "0.15.0", "0.2.0": "0.15.0", "0.3.0": "0.15.0", - "0.3.1": "0.15.0" -} \ No newline at end of file + "0.3.1": "0.15.0", + "0.3.2": "1.0.0" +}