diff --git a/package-lock.json b/package-lock.json index f78c59e..580574e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartmarkdown", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e512afc..a2f4dea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartmarkdown", - "version": "1.0.2", + "version": "1.0.3", "private": true, "description": "do more with markdown files", "main": "dist/index.js", @@ -23,4 +23,4 @@ "@types/marked": "^0.4.1", "marked": "^0.5.0" } -} \ No newline at end of file +}