Skip to content

Commit e5724a2

Browse files
micpap25bmcutler
andauthored
Change semver to be valid (#660)
Semver needs to not have leading zeroes; this updates the package.json to account for that. --------- Co-authored-by: Barb Cutler <[email protected]>
1 parent 9a042dc commit e5724a2

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": "24.06.02",
3+
"version": "24.6.4",
44
"description": "Annotation layer for pdf.js",
55
"main": "index.js",
66
"types": "types",

0 commit comments

Comments
 (0)