Permalink
Browse files
version bump to 1.35.4 for release
- Loading branch information...
Showing
with
4 additions
and
2 deletions.
-
+2
−0
CHANGELOG.md
-
+1
−1
package.json
-
+1
−1
src/version.js
|
|
@@ -1,3 +1,5 @@ |
|
|
|
## version 1.35.4 - 2019/01/28 |
|
|
|
|
|
|
|
* Restore download modal functionality. [Issue 699](https://github.com/nextstrain/auspice/issues/699) |
|
|
|
|
|
|
|
## version 1.35.3 - 2019/01/25 |
|
|
|
|
@@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "auspice", |
|
|
|
"version": "1.35.3", |
|
|
|
"version": "1.35.4", |
|
|
|
"description": "Web app for visualizing pathogen evolution", |
|
|
|
"author": "James Hadfield, Trevor Bedford and Richard Neher", |
|
|
|
"license": "AGPL-3.0-only", |
|
|
|
|
@@ -1,4 +1,4 @@ |
|
|
|
const version = "1.35.3"; |
|
|
|
const version = "1.35.4"; |
|
|
|
|
|
|
|
module.exports = { |
|
|
|
version |
|
|
0 comments on commit
9b9d430