From b82b950e6f5d9de4a52e2e75d3a08e8450dc7c68 Mon Sep 17 00:00:00 2001 From: Ben Hollis Date: Sat, 16 Dec 2023 21:37:23 -0800 Subject: [PATCH] Bump version --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 090027e..c3f2099 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "id": "jsonview@brh.numbera.com", - "version": "2.4.3", + "version": "2.5.0", "name": "jsonview", "title": "JSONView", "description": "View JSON documents in the browser.", diff --git a/src/manifest.json b/src/manifest.json index cd988e0..fc5e610 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "JSONView", - "version": "2.4.3", + "version": "2.5.0", "description": "__MSG_extensionDescription__", "author": "Benjamin Hollis", "homepage_url": "https://jsonview.com/",