Skip to content

Commit 6478bb6

Browse files
committed
Change spec version for tests with v0.3.0.
1 parent 22bf305 commit 6478bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var ParserError = require('./errors/parser_error');
1616
var WorkerError = require('./errors/worker_error');
1717

1818
// const
19-
var SPECIFICATION_VERSION = '0.2.0';
19+
var SPECIFICATION_VERSION = '0.3.0';
2020

2121
var defaults = {
2222
excludeFilters: [],

0 commit comments

Comments
 (0)