diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0010837..29d9a73a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## version 1.16.2 - 2018/03/21 + ## version 1.16.1 - 2018/03/16 * Fix bug in the color scales where clade's were coloured white after switching trees. diff --git a/package.json b/package.json index 74bdeaca8..ce1b5e548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextstrain-auspice", - "version": "1.16.1", + "version": "1.16.2", "description": "Nextstrain auspice", "scripts": { "clean": "rimraf dist", diff --git a/src/version.js b/src/version.js index 0752fe117..5d42000a0 100644 --- a/src/version.js +++ b/src/version.js @@ -1 +1 @@ -export const version = "1.16.1"; +export const version = "1.16.2";