diff --git a/package-lock.json b/package-lock.json index a794903..64243ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "citation-js", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "citation-js", - "version": "0.7.0", + "version": "0.7.1", "license": "MIT", "dependencies": { "@citation-js/cli": "0.7.1", diff --git a/package.json b/package.json index ba5ff05..f863686 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "citation-js", - "version": "0.7.0", + "version": "0.7.1", "description": "Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.", "main": "index.js", "jsdelivr": "build/citation.min.js",