Skip to content

Commit

Permalink
fix: Parse Multiple {} Variables in HTML (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rooyca committed Apr 24, 2024
1 parent 61e721f commit 2bc5bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2bc5bdf

Please sign in to comment.