diff --git a/package-lock.json b/package-lock.json index 2fa58aa..1fd6240 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "citation-cff-utils", - "version": "0.0.0", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "citation-cff-utils", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "dependencies": { "ajv": "^8.17.1", diff --git a/package.json b/package.json index 9e9f129..34c610e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "citation-cff-utils", - "version": "0.0.0", + "version": "0.0.1", "description": "Types and utilities for working with CITATION.cff files in Typescript", "author": "Curvenote Inc. ", "homepage": "https://github.com/curvenote/citation-cff-utils",