From 7535a0ac2e339b4d3a91cc24b34fed22940074fc Mon Sep 17 00:00:00 2001 From: Franklin Koch Date: Wed, 7 Aug 2024 21:47:22 -0600 Subject: [PATCH] 0.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",