Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Mar 14, 2020
2 parents 7f508d2 + 5f5db27 commit 18de2c9
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
Expand Up @@ -77,7 +77,7 @@ SwaggerParser.prototype.parse = async function (path, api, options, callback) {
}
}
else {
let supportedVersions = ["3.0.0", "3.0.1", "3.0.2"];
let supportedVersions = ["3.0.0", "3.0.1", "3.0.2", "3.0.3"];

// Verify that the parsed object is a Openapi API
if (schema.openapi === undefined || schema.info === undefined || schema.paths === undefined) {
Expand Down

0 comments on commit 18de2c9

Please sign in to comment.