Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Dec 17, 2015
1 parent 7e34e7e commit 9a246cc
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.1",
"version": "0.6.2",
"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 @@ -136,7 +136,7 @@ var pileup = {
variants: makeVizObject(VariantTrack),
pileup: makeVizObject(PileupTrack)
},
version: '0.6.1'
version: '0.6.2'
};

module.exports = pileup;
Expand Down

0 comments on commit 9a246cc

Please sign in to comment.