diff --git a/manifest.json b/manifest.json index d11d688..e0b6862 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-pocket", "name": "Pocket", - "version": "0.7.2", + "version": "0.8.0", "minAppVersion": "0.12.11", "description": "Access your Pocket reading list entries and create notes for them easily", "author": "Nimalan Mahendran", diff --git a/package.json b/package.json index e60895c..b420f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-pocket-plugin", - "version": "0.7.2", + "version": "0.8.0", "description": "This is a plugin for Obsidian (https://obsidian.md) that allows for easy access to your Pocket (https://getpocket.com) list.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c37328e..33598d2 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,4 @@ { "0.2.0": "0.9.12", - "0.7.2": "0.12.11" + "0.8.0": "0.12.11" }