From 161af4cccf7440a971bba51eaa1df81f38170599 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Wed, 14 Aug 2024 18:28:45 +0100 Subject: [PATCH] Update package.json NPM will only allow three version numbers. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00f26c45..b955211c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iiif/3d-manifesto-dev", - "version" : "0.5.2.4", + "version" : "0.5.3", "description": "IIIF Presentation API utility library for client and server with 3D extension", "main": "./dist-commonjs/index.js", "module": "./dist-esmodule/index.js",