Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Ursenbach committed Mar 7, 2018
1 parent e6a9b08 commit 9e60ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ composer require vimeo/vimeo-api

### Manual

1. Download the latest release: [v2.0.0](https://github.com/vimeo/vimeo.php/archive/2.0.0.zip).
1. Download the latest release: [v2.0.1](https://github.com/vimeo/vimeo.php/archive/2.0.1.zip).
2. Include the autoloader `require("/path/to/vimeo.php/autoload.php");`.
3. Use the library `$lib = new \Vimeo\Vimeo($client_id, $client_secret)`.

Expand Down
2 changes: 1 addition & 1 deletion src/Vimeo/Vimeo.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Vimeo
const CLIENT_CREDENTIALS_TOKEN_ENDPOINT = '/oauth/authorize/client';
const VERSIONS_ENDPOINT = '/versions';
const VERSION_STRING = 'application/vnd.vimeo.*+json; version=3.4';
const USER_AGENT = 'vimeo.php 2.0.0; (http://developer.vimeo.com/api/docs)';
const USER_AGENT = 'vimeo.php 2.0.1; (http://developer.vimeo.com/api/docs)';
const CERTIFICATE_PATH = '/certificates/vimeo-api.pem';

protected $_curl_opts = array();
Expand Down

0 comments on commit 9e60ff0

Please sign in to comment.