From 1a4e92345e2f39e620ae1149810abe76efb617e4 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sat, 16 Nov 2024 12:41:23 -0500 Subject: [PATCH] 1.1.3 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 7a2b9be..054407c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "instapaper", "name": "Instapaper", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "1.5.7", "description": "Instapaper integration.", "author": "Instapaper", diff --git a/package-lock.json b/package-lock.json index 1f557a3..61e73f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-instapaper", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-instapaper", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "hmacsha1": "^1.0.0", diff --git a/package.json b/package.json index 923dcbd..bc78f9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-instapaper", - "version": "1.1.2", + "version": "1.1.3", "description": "Official Instapaper plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 91c0b84..2279ffa 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "1.0.7": "1.5.7", "1.1.0": "1.5.7", "1.1.1": "1.5.7", - "1.1.2": "1.5.7" + "1.1.2": "1.5.7", + "1.1.3": "1.5.7" } \ No newline at end of file