diff --git a/manifest.json b/manifest.json index 1f5f5bc..85bb9fa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "dictcc-sidebar", "name": "dict.cc Sidebar", - "version": "1.0.2", - "minAppVersion": "1.6.0", + "version": "1.0.3", + "minAppVersion": "1.7.2", "description": "Right-click any selected word to look it up on dict.cc (German ↔ English). Shows bilingual translation tables in a sidebar with misspelling suggestions.", "author": "Ergo ProcC", "authorUrl": "https://github.com/ProcC99", diff --git a/package.json b/package.json index 85f858d..5922e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dictcc-sidebar", - "version": "1.0.2", + "version": "1.0.3", "description": "Obsidian plugin: dict.cc sidebar for German-English translation", "main": "main.js", "scripts": { diff --git a/src/main.ts b/src/main.ts index 22ebf16..706bf3d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -302,7 +302,6 @@ class DictCCSettingTab extends PluginSettingTab { display(): void { const { containerEl } = this; containerEl.empty(); - new Setting(containerEl).setName("General").setHeading(); new Setting(containerEl) .setName("Translation direction")