Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #118 from thvd/patch-1
Browse files Browse the repository at this point in the history
Add support for version 37.0
  • Loading branch information
kevinohara80 committed Jun 3, 2016
2 parents 6f3899b + f055b62 commit 99bc6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var API_VERSIONS = [
'v20.0', 'v21.0', 'v22.0', 'v23.0', 'v24.0',
'v25.0', 'v26.0', 'v27.0', 'v28.0', 'v29.0',
'v30.0', 'v31.0', 'v32.0', 'v33.0', 'v34.0',
'v35.0', 'v36.0'
'v35.0', 'v36.0', 'v37.0'
];

var plugins = {};
Expand Down

0 comments on commit 99bc6f5

Please sign in to comment.