Skip to content

Commit

Permalink
version bump to 1.15.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed Mar 12, 2018
1 parent ce2bcf7 commit f062e69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## version 1.15.0 - 2018/03/12

* Multiple genotypes (for the same amino acid) by typing in multiple comma separated AA/nuc positions.
[PR 523](https://github.com/nextstrain/auspice/pull/523).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextstrain-auspice",
"version": "1.14.4",
"version": "1.15.0",
"description": "Nextstrain auspice",
"scripts": {
"clean": "rimraf dist",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "1.14.4";
export const version = "1.15.0";

0 comments on commit f062e69

Please sign in to comment.