Skip to content

Commit 403ab68

Browse files
author
Alyssa Morrow
committed
update to v0.9.10
1 parent 7a57554 commit 403ab68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pileup",
3-
"version": "0.6.9",
3+
"version": "0.6.10",
44
"description": "JavaScript track viewer",
55
"keywords": [
66
"genome",

src/main/pileup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ var pileup = {
209209
allelFrequencyStrategy: AllelFrequencyStrategy,
210210
},
211211
},
212-
version: '0.6.9'
212+
version: '0.6.10'
213213
};
214214

215215
module.exports = pileup;

0 commit comments

Comments
 (0)