Skip to content

Commit

Permalink
bumped version to 0.6.13 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
akmorrow13 committed Nov 26, 2019
1 parent 006635e commit 317651f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pileup",
"version": "0.6.12",
"version": "0.6.13",
"description": "JavaScript track viewer",
"keywords": [
"genome",
Expand Down
2 changes: 1 addition & 1 deletion src/main/pileup.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ var pileup = {
allelFrequencyStrategy: AllelFrequencyStrategy,
},
},
version: '0.6.12'
version: '0.6.13'
};

module.exports = pileup;
Expand Down

0 comments on commit 317651f

Please sign in to comment.