Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akmorrow13 committed Mar 7, 2021
1 parent f55d4b5 commit 9c98d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pileup",
"version": "0.6.13",
"version": "0.7.0",
"description": "JavaScript track viewer",
"keywords": [
"genome",
Expand Down
2 changes: 1 addition & 1 deletion src/main/pileup.js
Expand Up @@ -271,7 +271,7 @@ var pileup = {
allelFrequencyStrategy: AllelFrequencyStrategy,
},
},
version: '0.6.13'
version: '0.7.0'
};

module.exports = pileup;
Expand Down

0 comments on commit 9c98d04

Please sign in to comment.