From 8695cd39cdaae83a778237b235050a5a85e89f43 Mon Sep 17 00:00:00 2001 From: "Luke K (pr-0f3t)" <2609441+lc0rp@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:11:02 -0400 Subject: [PATCH] 1.0.6 --- 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 4face1e..d85855f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "keepsidian", "name": "KeepSidian", - "version": "1.0.5", + "version": "1.0.6", "minAppVersion": "1.6.5", "description": "Sync Google Keep notes to Obsidian", "author": "lc0rp", diff --git a/package.json b/package.json index cf13d7b..7ef2c06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keepsidian", - "version": "1.0.5", + "version": "1.0.6", "description": "Sync Google Keep notes to Obsidian", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index 82ed2cb..226bad4 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.2": "1.6.5", "1.0.3": "1.6.5", "1.0.4": "1.6.5", - "1.0.5": "1.6.5" + "1.0.5": "1.6.5", + "1.0.6": "1.6.5" } \ No newline at end of file