From 3c9f429f2dad516d99e5dea8b0d7aa0b21c11b85 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Mon, 15 Nov 2021 12:40:48 -0800 Subject: [PATCH] Release v3.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf3955a69b..ebb453fd41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirador", - "version": "3.2.0", + "version": "3.3.0", "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",