From a0b64cdf9383c586f0b488316fc70f7d953849d0 Mon Sep 17 00:00:00 2001 From: Michael Papadopoulos Date: Tue, 25 Jun 2024 12:50:18 -0400 Subject: [PATCH] Semantic versioning enforced (#658) NPM enforces semantic versioning, so match the format of the last working version (2.5.1) by removing the "v" from tags / version names. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b4bf014..b51475e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@submitty/pdf-annotate.js", - "version": "v24.06.01", + "version": "24.06.02", "description": "Annotation layer for pdf.js", "main": "index.js", "types": "types",