From 8b974fc1a22294533b218bd7442641863eb33650 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Fri, 17 Jan 2025 07:46:01 -0800 Subject: [PATCH] Release v3.4.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 173ed2738..0ffa0f5ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirador", - "version": "3.4.2", + "version": "3.4.3", "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",