From b82ee29bebdd848d425363500beec6c2747f4e1e Mon Sep 17 00:00:00 2001 From: james hadfield Date: Mon, 30 Mar 2020 18:55:07 +1300 Subject: [PATCH] version bump to 2.11.2 for release --- CHANGELOG.md | 3 +++ package.json | 2 +- src/version.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8e48390..07f3ded37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ title: Changelog --- +## version 2.11.2 - 2020/03/30 + + * Add French translation - [See PR 1020](https://github.com/nextstrain/auspice/pull/1020) * Improve rendering of long strain names in strain search - [See PR 1026](https://github.com/nextstrain/auspice/pull/1026) diff --git a/package.json b/package.json index a7a4acb9c..c08f20387 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "2.11.1", + "version": "2.11.2", "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 0f9ff44da..ef6a892c7 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "2.11.1"; +const version = "2.11.2"; module.exports = { version