diff --git a/manifest-beta.json b/manifest-beta.json index 3963139b..9eb6373a 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "pdf-plus", "name": "PDF++", - "version": "0.39.10", + "version": "0.39.11", "minAppVersion": "1.4.16", "description": "The most Obsidian-native PDF annotation tool ever.", "author": "Ryota Ushio", diff --git a/manifest.json b/manifest.json index 3963139b..9eb6373a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pdf-plus", "name": "PDF++", - "version": "0.39.10", + "version": "0.39.11", "minAppVersion": "1.4.16", "description": "The most Obsidian-native PDF annotation tool ever.", "author": "Ryota Ushio", diff --git a/package-lock.json b/package-lock.json index 6adff5db..5b6ce306 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-pdf-plus", - "version": "0.39.10", + "version": "0.39.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-pdf-plus", - "version": "0.39.10", + "version": "0.39.11", "license": "MIT", "devDependencies": { "@cantoo/pdf-lib": "^1.20.3", diff --git a/package.json b/package.json index 244786ea..c898972f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-pdf-plus", - "version": "0.39.10", + "version": "0.39.11", "description": "The most Obsidian-native PDF annotation tool ever.", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/src/settings.ts b/src/settings.ts index 89f1c40b..a174b445 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -2779,7 +2779,7 @@ export class PDFPlusSettingTab extends PluginSettingTab { }); this.addToggleSetting('removeWhitespaceBetweenCJKChars') .setName('Remove half-width whitespace between two CJK characters when copying text') - .setDesc('Such whitespace can be introduced as a result of poor post-processing of OCR (optimal character recognition). Enable this option to remove it when copying links to text selections.'); + .setDesc('Such whitespace can be introduced as a result of poor post-processing of OCR (optical character recognition). Enable this option to remove it when copying links to text selections.'); this.addToggleSetting('vim') .setName('Enable Vim key bindings (experimental)') .then((setting) => {