diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c753f744..7cd2a486c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ title: Changelog --- +## version 2.24.1 - 2021/03/19 + + * [bugfix] Fixes a bug introduced in v2.24.0 where certain datasets wouldn't load ## version 2.24.0 - 2021/03/17 diff --git a/package.json b/package.json index c2c690862..78dd095a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "2.24.0", + "version": "2.24.1", "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 934786bbb..422c3c6f6 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "2.24.0"; +const version = "2.24.1"; module.exports = { version