Skip to content

Commit

Permalink
Merge pull request #512 from akmorrow13/genome_letters
Browse files Browse the repository at this point in the history
bumped version to 0.6.11
  • Loading branch information
akmorrow13 committed Mar 17, 2019
2 parents f933d0d + 7a0c783 commit a1d78b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.10",
"version": "0.6.11",
"description": "JavaScript track viewer",
"keywords": [
"genome",
Expand Down
4 changes: 2 additions & 2 deletions src/main/pileup.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function create(elOrId: string|Element, params: PileupParams): Pileup {
} else {
throw 'Cannot call setRange on non-existent range';
}

},
destroy(): void {
if (!vizTracks) {
Expand Down Expand Up @@ -213,7 +213,7 @@ var pileup = {
allelFrequencyStrategy: AllelFrequencyStrategy,
},
},
version: '0.6.10'
version: '0.6.11'
};

module.exports = pileup;
Expand Down

0 comments on commit a1d78b0

Please sign in to comment.