From 920f882067f630801eb9d65927eeef09a3cdf77c Mon Sep 17 00:00:00 2001 From: rooyca Date: Sat, 23 Sep 2023 12:40:28 -0500 Subject: [PATCH] update: added Auth/Headers support (#4) --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5a081d5..dcf6278 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "api-request", "name": "APIRequest", - "version": "1.0.3.1", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "Request and retrieve data from APIs. The responses are delivered in a JSON format for easy integration with your notes.", "author": "rooyca", diff --git a/package.json b/package.json index 397a12f..13a0cbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-request", - "version": "1.0.3.1", + "version": "1.0.4", "description": "Request and retrieve data from APIs. The responses are delivered in a JSON format for easy integration with your notes.", "main": "main.js", "scripts": {