From 4d064b42a531e3a842880840f56cd761b96c7aa6 Mon Sep 17 00:00:00 2001 From: Marlo Longley Date: Mon, 16 Dec 2024 10:27:02 -0500 Subject: [PATCH] Update version to 3.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3143eade35..173ed2738b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirador", - "version": "3.4.1", + "version": "3.4.2", "description": "An open-source, web-based 'multi-up' viewer that supports zoom-pan-rotate functionality, ability to display/compare simple images, and images with annotations.", "main": "dist/cjs/src/index.js", "module": "dist/es/src/index.js",