From 0f6b3cf63689b66d93c9a016373969ef02ea3ce6 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Fri, 11 Jun 2021 07:58:27 -0700 Subject: [PATCH] Release v3.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a9c6d3a6d..9b5081b695 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirador", - "version": "3.1.1", + "version": "3.2.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/mirador.min.js", "module": "dist/es/src/index.js",