diff --git a/CHANGELOG.md b/CHANGELOG.md index 485ca6bbb..3056cc4b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## version 1.37.4 - 2019/08/04 + * Improved layout of unrooted trees when zoomed into a clade. [See PR 754](https://github.com/nextstrain/auspice/pull/754) * Remove link to "deprecated" nextflu.org site from flu page footer. diff --git a/package.json b/package.json index 2e180a359..72cafa4e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "1.37.3", + "version": "1.37.4", "description": "Web app for visualizing pathogen evolution", "author": "James Hadfield, Trevor Bedford and Richard Neher", "license": "AGPL-3.0-only", diff --git a/src/version.js b/src/version.js index 46a572fed..86e19d0fb 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "1.37.3"; +const version = "1.37.4"; module.exports = { version