From 2bc5bdfb5955abb1d1aee292230bda4c90e728fb Mon Sep 17 00:00:00 2001 From: rooyca Date: Wed, 24 Apr 2024 11:36:19 -0500 Subject: [PATCH] fix: Parse Multiple {} Variables in HTML (#11) --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a24ba84..f0e359c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "api-request", "name": "APIRequest", - "version": "1.1.4", + "version": "1.1.4.1", "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 5029f42..0be8a90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-request", - "version": "1.1.4", + "version": "1.1.4.1", "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": {