Skip to content

Commit 2c36d99

Browse files
author
akmorrow13
authored
Merge pull request #467 from akmorrow13/update-version
updated version to 0.6.9
2 parents 96290dd + 996fc99 commit 2c36d99

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.8",
3+
"version": "0.6.9",
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
@@ -198,7 +198,7 @@ var pileup = {
198198
allelFrequencyStrategy: AllelFrequencyStrategy,
199199
},
200200
},
201-
version: '0.6.8'
201+
version: '0.6.9'
202202
};
203203

204204
module.exports = pileup;

0 commit comments

Comments
 (0)