Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed Jan 13, 2018
1 parent 6fe6661 commit 668a9e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.9.4"
"version": "0.10.0"
}
2 changes: 1 addition & 1 deletion packages/astrocite-bibtex/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/astrocite-ris/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/astrocite/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 668a9e4

Please sign in to comment.