diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ced639e..759085aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ title: Changelog --- +## version 2.0.3 - 2019/11/06 + + ## version 2.0.2 - 2019/10/30 diff --git a/package.json b/package.json index 8bfb9ae92..996705999 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "2.0.2", + "version": "2.0.3", "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 d77f8a97a..d1ccba484 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "2.0.2"; +const version = "2.0.3"; module.exports = { version