diff --git a/manifest.json b/manifest.json index 8a0d40a..5212c02 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "readwise-official", "name": "Readwise Official", - "version": "2.1.0", + "version": "2.1.1", "minAppVersion": "1.0.0", "description": "Official Readwise <-> Obsidian integration", "author": "Readwise", diff --git a/package.json b/package.json index 2161c27..ddbc532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readwise-official", - "version": "2.1.0", + "version": "2.1.1", "description": "Automatically syncs your Readwise highlights with Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0e030ab..0090630 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.0.7": "0.12.10", "2.0.0": "0.12.10", "2.0.1": "0.12.10", - "2.1.0": "1.0.0" + "2.1.0": "1.0.0", + "2.1.1": "1.0.0" }