From 7f6a0360e935b9808c45757282c21da78c3b2309 Mon Sep 17 00:00:00 2001 From: Anthony Geourjon Date: Wed, 13 Nov 2024 10:55:00 +0100 Subject: [PATCH] Release MV 1.0.7 with annotation support improved --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 813b03314d..1c25a26af6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirador-video", - "version": "1.0.6", + "version": "1.0.7", "description": "Mirador IIIF Viewer with annotation on video support", "main": "dist/cjs/src/index.js", "module": "dist/es/src/index.js",