diff --git a/package-lock.json b/package-lock.json index 62c3a68..921c38b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "next-mdx-remote", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 07ddbc4..8de8728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-mdx-remote", - "version": "0.0.1", + "version": "0.0.2", "description": "utilities for loading mdx from any remote source as data, rather than as a local import", "main": "index.js", "scripts": {