Skip to content

Commit 66d73c3

Browse files
author
Alyssa Morrow
committed
bumped version to 0.6.13
1 parent 006635e commit 66d73c3

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.12",
3+
"version": "0.6.13",
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
@@ -268,7 +268,7 @@ var pileup = {
268268
allelFrequencyStrategy: AllelFrequencyStrategy,
269269
},
270270
},
271-
version: '0.6.12'
271+
version: '0.6.13'
272272
};
273273

274274
module.exports = pileup;

0 commit comments

Comments
 (0)