Skip to content

Commit

Permalink
Merge pull request #497 from hammerlab/version
Browse files Browse the repository at this point in the history
update to v0.9.10
  • Loading branch information
akmorrow13 authored Oct 9, 2018
2 parents 82bca1b + 403ab68 commit 1acc8cb
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.9",
"version": "0.6.10",
"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 @@ -209,7 +209,7 @@ var pileup = {
allelFrequencyStrategy: AllelFrequencyStrategy,
},
},
version: '0.6.9'
version: '0.6.10'
};

module.exports = pileup;
Expand Down

0 comments on commit 1acc8cb

Please sign in to comment.