Skip to content

Commit 28e9216

Browse files
authored
updating examples
1 parent 8988798 commit 28e9216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bids.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var fs = require('fs');
88
var AdmZip = require('adm-zip');
99
var path = require('path');
1010
var Test = require("mocha/lib/test");
11-
var test_version = "1.0.2u3";
11+
var test_version = "1.1.0rc1";
1212

1313
function getDirectories(srcpath) {
1414
return fs.readdirSync(srcpath).filter(function(file) {

0 commit comments

Comments
 (0)