diff --git a/package-lock.json b/package-lock.json index 8e1f253..08b4505 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rough-notation", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 345de13..900dfe9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rough-notation", - "version": "0.0.2", + "version": "0.1.0", "description": "Annotate html", "main": "lib/rough-notation.cjs.js", "module": "lib/rough-notation.esm.js", @@ -36,4 +36,4 @@ "dependencies": { "roughjs": "^4.3.1" } -} \ No newline at end of file +}