diff --git a/package-lock.json b/package-lock.json index b2fd9a2..b39e927 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nasa-gcn/afm", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nasa-gcn/afm", - "version": "0.1.0", + "version": "0.1.1", "license": "Apache-2.0", "dependencies": { "@nasa-gcn/remark-rehype-astro": "^1.1.1", diff --git a/package.json b/package.json index 61219b5..35653c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nasa-gcn/afm", - "version": "0.1.0", + "version": "0.1.1", "description": "Command-line tool to render Astro Flavored Markdown documents to JSON abstract syntax trees or HTML", "files": [ "index.js"