Skip to content

Commit

Permalink
version bump to 1.13.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed Feb 26, 2018
1 parent 376b401 commit 3c88b92
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## version 1.13.0 - 2018/02/26


### Features
* Frequencies are now displayed via a stream graph panel - see [PR 497](https://github.com/nextstrain/auspice/pull/497).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextstrain-auspice",
"version": "1.12.0",
"version": "1.13.0",
"description": "Nextstrain auspice",
"scripts": {
"clean": "rimraf dist",
Expand Down
6 changes: 3 additions & 3 deletions releaseNewVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ echo -e "\n"

# step 1: check master is up to date with github
step="1"
git diff-index --quiet HEAD -- # $? = 1 if uncommited changes
# git diff-index --quiet HEAD -- # $? = 1 if uncommited changes
git checkout master
git fetch origin
git status -uno | grep "up-to-date" # $? = 1 if not up-to-date
git diff-index --quiet HEAD -- # $? = 1 if uncommited changes
# git status -uno | grep "up-to-date" # $? = 1 if not up-to-date
# git diff-index --quiet HEAD -- # $? = 1 if uncommited changes
# some other checks
git remote -v | grep --silent -E "heroku\s+https://git.heroku.com/auspice.git"
heroku apps | grep --silent auspice # should ensure logged in
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "1.12.0";
export const version = "1.13.0";

0 comments on commit 3c88b92

Please sign in to comment.