From 981d460ecf4b340f98b79e40f8639d28e456f5a9 Mon Sep 17 00:00:00 2001 From: Camille Villa Date: Thu, 8 Apr 2021 14:10:37 -0700 Subject: [PATCH] Version 3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62a735d3ff..c972860bec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirador", - "version": "3.0.0", + "version": "3.1.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",