Skip to content

Commit

Permalink
Updating the user agent for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Ursenbach committed Jul 15, 2018
1 parent c58e791 commit 96b877b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vimeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports.request_defaults = {
query: {},
headers: {
Accept: 'application/vnd.vimeo.*+json;version=3.4',
'User-Agent': 'Vimeo.js/2.0.2'
'User-Agent': 'Vimeo.js/2.1.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vimeo",
"version": "2.0.2",
"version": "2.1.0",
"license": "Apache-2.0",
"description": "A Node.js library for the new Vimeo API.",
"homepage": "https://developer.vimeo.com/",
Expand Down

0 comments on commit 96b877b

Please sign in to comment.