diff --git a/manifest.json b/manifest.json index e55badb..62059e5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "instapaper", "name": "Instapaper", - "version": "1.0.5", + "version": "1.0.6", "minAppVersion": "1.5.7", "description": "Instapaper integration for Obsidian.", "author": "Instapaper", diff --git a/package-lock.json b/package-lock.json index cd265a5..2842d1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-instapaper", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-instapaper", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "hmacsha1": "^1.0.0", diff --git a/package.json b/package.json index 951392b..c0e702e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-instapaper", - "version": "1.0.5", + "version": "1.0.6", "description": "Official Instapaper plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1b165f2..6f173f1 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.0.2": "1.5.7", "1.0.3": "1.5.7", "1.0.4": "1.5.7", - "1.0.5": "1.5.7" + "1.0.5": "1.5.7", + "1.0.6": "1.5.7" } \ No newline at end of file