Skip to content

Commit

Permalink
bump version up to 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
armish committed Sep 14, 2016
1 parent 223f6fe commit 0182b22
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.7",
"version": "0.6.8",
"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.7'
version: '0.6.8'
};

module.exports = pileup;
Expand Down

0 comments on commit 0182b22

Please sign in to comment.