From 10404caf6374459eac836e9c9b7fd7606580b2fa Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 20 Mar 2022 13:59:36 +0100 Subject: [PATCH] 1.1.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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" }