From 56d903b8d1bc18a7816603c300c6b0afa1241d0e Mon Sep 17 00:00:00 2001 From: TristanH Date: Thu, 12 Sep 2024 19:12:13 -0400 Subject: [PATCH] 2.1.4 --- 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 60421ba..4c73435 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "readwise-official", "name": "Readwise Official", - "version": "2.1.3", + "version": "2.1.4", "minAppVersion": "1.0.0", "description": "Official Readwise <-> Obsidian integration", "author": "Readwise", diff --git a/package.json b/package.json index 91ccb46..c6be4ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readwise-official", - "version": "2.1.3", + "version": "2.1.4", "description": "Automatically syncs your Readwise highlights with Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3edd06a..025fc65 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "2.1.0": "1.0.0", "2.1.1": "1.0.0", "2.1.2": "1.0.0", - "2.1.3": "1.0.0" + "2.1.3": "1.0.0", + "2.1.4": "1.0.0" }