diff --git a/main.ts b/main.ts index 0250539..7bef572 100644 --- a/main.ts +++ b/main.ts @@ -196,7 +196,6 @@ class KeepSettingTab extends PluginSettingTab { await this.plugin.saveSettings(); }); }); - new Setting(this.containerEl) .setName("Padding") .setDesc("The padding that should be left around the inside of the Google Keep view, in pixels.") diff --git a/manifest.json b/manifest.json index e5fd103..6f62be5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-keep", "name": "Obsidian Keep", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.13.33", "description": "An Obsidian plugin that displays Google Keep in the app", "author": "Ellpeck", diff --git a/obsidian-keep.zip b/obsidian-keep.zip new file mode 100644 index 0000000..8b9bd14 Binary files /dev/null and b/obsidian-keep.zip differ diff --git a/package-lock.json b/package-lock.json index 2acd2f9..87b2b86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "obsidian-keep", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c69488a..1f27137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-keep", - "version": "1.1.0", + "version": "1.1.1", "description": "An Obsidian plugin that displays Google Keep in the app", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8632fbe..0534933 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.13.33", "1.0.1": "0.13.33", "1.0.2": "0.13.33", - "1.1.0": "0.13.33" + "1.1.0": "0.13.33", + "1.1.1": "0.13.33" }