From b9648fe04874d2197bc7b51eb4fe104aa4bb2c7d Mon Sep 17 00:00:00 2001 From: Ben Hollis Date: Fri, 7 Jul 2023 15:46:46 -0700 Subject: [PATCH] v2.4.3 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 882ebc6..f9bdb5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "id": "jsonview@brh.numbera.com", - "version": "2.4.2", + "version": "2.4.3", "name": "jsonview", "title": "JSONView", "description": "View JSON documents in the browser.", diff --git a/src/manifest.json b/src/manifest.json index 7e4ec24..d93115c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "JSONView", - "version": "2.4.2", + "version": "2.4.3", "description": "__MSG_extensionDescription__", "author": "Benjamin Hollis", "homepage_url": "https://jsonview.com/",