diff --git a/manifest.json b/manifest.json index 199b7c3..1c3d640 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "readwise-mirror", "name": "Readwise Mirror", - "version": "2.4.0-beta.12", + "version": "2.4.0", "minAppVersion": "1.6.6", "description": "Mirror your Readwise library directly to your vault.", "author": "jsonmartin, johannrichard", diff --git a/package-lock.json b/package-lock.json index 72050b8..4e13054 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "readwise-mirror", - "version": "2.4.0-beta.12", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 44e0406..648cdc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readwise-mirror", - "version": "2.4.0-beta.12", + "version": "2.4.0", "description": "This is a plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {