Skip to content

Commit

Permalink
Change semver to be valid (#660)
Browse files Browse the repository at this point in the history
Semver needs to not have leading zeroes; this updates the package.json
to account for that.

---------

Co-authored-by: Barb Cutler <[email protected]>
  • Loading branch information
micpap25 and bmcutler authored Jun 26, 2024
1 parent 9a042dc commit e5724a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@submitty/pdf-annotate.js",
"version": "24.06.02",
"version": "24.6.4",
"description": "Annotation layer for pdf.js",
"main": "index.js",
"types": "types",
Expand Down

0 comments on commit e5724a2

Please sign in to comment.