diff --git a/manifest.json b/manifest.json index bf4ed6c..e5fd103 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-keep", "name": "Obsidian Keep", - "version": "1.0.2", + "version": "1.1.0", "minAppVersion": "0.13.33", "description": "An Obsidian plugin that displays Google Keep in the app", "author": "Ellpeck", diff --git a/package.json b/package.json index 272b864..c69488a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-keep", - "version": "1.0.2", + "version": "1.1.0", "description": "An Obsidian plugin that displays Google Keep in the app", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7397369..8632fbe 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.13.33", "1.0.1": "0.13.33", - "1.0.2": "0.13.33" + "1.0.2": "0.13.33", + "1.1.0": "0.13.33" }