Skip to content

Commit

Permalink
2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
neikvon committed Nov 21, 2017
1 parent 49d9717 commit 173ccfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dst/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var helpTxt = _interopDefault(require('./helpers/helps.js'));

function __async(g){return new Promise(function(s,j){function c(a,x){try{var r=g[x?"throw":"next"](a);}catch(e){j(e);return}r.done?s(r.value):Promise.resolve(r.value).then(c,d);}function d(e){c(e,1);}c();})}

var version = "2.1.5";
var version = "2.1.8";

const task = new Task();
const template = new Template();
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": "fbi",
"version": "2.1.7",
"version": "2.1.8",
"description": "Node.js workflow tool.",
"engines": {
"node": ">=6.9.1",
Expand Down

0 comments on commit 173ccfb

Please sign in to comment.