diff --git a/package-lock.json b/package-lock.json index 4f06769..15db1a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mdx-annotations", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mdx-annotations", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "acorn": "^8.8.1", diff --git a/package.json b/package.json index 17d94ef..f484d86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdx-annotations", - "version": "0.1.0", + "version": "0.1.1", "description": "Markdoc-style annotations for MDX", "author": "Brad Cornes", "license": "MIT",