Skip to content

Commit a0b64cd

Browse files
authored
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.
1 parent f019358 commit a0b64cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@submitty/pdf-annotate.js",
3-
"version": "v24.06.01",
3+
"version": "24.06.02",
44
"description": "Annotation layer for pdf.js",
55
"main": "index.js",
66
"types": "types",

0 commit comments

Comments
 (0)