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