From e68133d2783ca12004c3800847dc547f06242a50 Mon Sep 17 00:00:00 2001 From: apple Date: Thu, 28 Mar 2024 11:07:39 -0500 Subject: [PATCH] Update package.json to version 4.0.0-alpha.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 947f3680c..32391db5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirador", - "version": "3.3.0", + "version": "4.0.0-alpha.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",