Skip to content

Commit

Permalink
Change spec version for tests with v0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Jan 13, 2017
1 parent 22bf305 commit 6478bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ var ParserError = require('./errors/parser_error');
var WorkerError = require('./errors/worker_error');

// const
var SPECIFICATION_VERSION = '0.2.0';
var SPECIFICATION_VERSION = '0.3.0';

var defaults = {
excludeFilters: [],

0 comments on commit 6478bb6

Please sign in to comment.