We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84e6b0c + 8853327 commit 2e2f9f0Copy full SHA for 2e2f9f0
2 files changed
cli.js
@@ -5,7 +5,7 @@ var flusso = require(".");
5
6
let fcsParser = flusso.fcsParser;
7
8
-program.version("0.1.1");
+program.version("0.1.2");
9
10
program
11
.command("json <fcsFile>")
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "flusso",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "FCS (Flow Cytometry Standard) parser",
"main": "index.js",
"scripts": {
0 commit comments