Skip to content

Commit

Permalink
Merge pull request #4 from hammerlab/v0.1.2
Browse files Browse the repository at this point in the history
bump version up to v0.1.2
  • Loading branch information
armish authored Dec 14, 2018
2 parents 84e6b0c + 8853327 commit 2e2f9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var flusso = require(".");

let fcsParser = flusso.fcsParser;

program.version("0.1.1");
program.version("0.1.2");

program
.command("json <fcsFile>")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flusso",
"version": "0.1.1",
"version": "0.1.2",
"description": "FCS (Flow Cytometry Standard) parser",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2e2f9f0

Please sign in to comment.