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