From 2b4b1312d19f09f818f2ce3a9eb1feeed4bb5953 Mon Sep 17 00:00:00 2001 From: Mat Jordan Date: Thu, 28 Apr 2022 12:04:38 -0400 Subject: [PATCH] 1.10.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0497bdc3..d1fb04fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@samvera/clover-iiif", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@samvera/clover-iiif", - "version": "1.10.0", + "version": "1.10.1", "license": "MIT", "dependencies": { "@iiif/presentation-3": "^1.0.4", diff --git a/package.json b/package.json index df969afc..8c33666b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@samvera/clover-iiif", - "version": "1.10.0", + "version": "1.10.1", "description": "Viewer for audio, video and image file types driven by a IIIF manifest", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",