diff --git a/lerna.json b/lerna.json index b87b2af..91a6d86 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.9.4" + "version": "0.10.0" } diff --git a/packages/astrocite-bibtex/package.json b/packages/astrocite-bibtex/package.json index 34f61d4..bc6fb9e 100644 --- a/packages/astrocite-bibtex/package.json +++ b/packages/astrocite-bibtex/package.json @@ -1,6 +1,6 @@ { "name": "astrocite-bibtex", - "version": "0.9.4", + "version": "0.10.0", "description": "Parser and AST for converting BibTeX to CSL JSON", "license": "MIT", "repository": "dsifford/astrocite", diff --git a/packages/astrocite-ris/package.json b/packages/astrocite-ris/package.json index 12b4625..39a0b65 100644 --- a/packages/astrocite-ris/package.json +++ b/packages/astrocite-ris/package.json @@ -1,6 +1,6 @@ { "name": "astrocite-ris", - "version": "0.9.4", + "version": "0.10.0", "description": "Parser and AST for converting RIS to CSL JSON", "license": "MIT", "repository": "dsifford/astrocite", diff --git a/packages/astrocite/package.json b/packages/astrocite/package.json index 6d37c58..fd1c397 100644 --- a/packages/astrocite/package.json +++ b/packages/astrocite/package.json @@ -1,6 +1,6 @@ { "name": "astrocite", - "version": "0.9.4", + "version": "0.10.0", "description": "Bibliography file format => AST => CSL JSON", "license": "MIT", "repository": "dsifford/astrocite", @@ -22,9 +22,9 @@ "Citation" ], "dependencies": { - "astrocite-bibtex": "^0.9.4", + "astrocite-bibtex": "^0.10.0", "astrocite-eutils": "^0.9.3", - "astrocite-ris": "^0.9.4" + "astrocite-ris": "^0.10.0" }, "devDependencies": { "typescript": "^2.5.2"