Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Mar 21, 2019
1 parent 2bb40f1 commit fa38810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/_bmocha
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const off = process.removeListener.bind(process);
* Constants
*/

const VERSION = '2.0.1';
const VERSION = '2.1.0';

const HELP = `
Usage: bmocha [options] [files]
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": "bmocha",
"version": "2.0.1",
"version": "2.1.0",
"description": "Alternative implementation of mocha",
"keywords": [
"mocha",
Expand Down

0 comments on commit fa38810

Please sign in to comment.