Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Zencoder API PHP Library

Author: [Zac Shenker] (zshenker (a) brightcove (.) com)
Company: [Brightcove/Zencoder](http://www.zencoder.com)
Version: 2.1.3
Version: 2.2.0
Date: 2014-07-24
Repository: <http://github.com/zencoder/zencoder-php/>

Expand Down
6 changes: 3 additions & 3 deletions Services/Zencoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @category Services
* @package Services_Zencoder
* @author Michael Christopher <[email protected]>
* @version Release: 2.1.2
* @version Release: 2.2.0
* @license http://creativecommons.org/licenses/MIT/MIT
* @link http://github.com/zencoder/zencoder-php
* @access private
Expand All @@ -26,14 +26,14 @@ function Services_Zencoder_autoload($className)
* @category Services
* @package Services_Zencoder
* @author Michael Christopher <[email protected]>
* @version Release: 2.1.2
* @version Release: 2.2.0
* @license http://creativecommons.org/licenses/MIT/MIT
* @link http://github.com/zencoder/zencoder-php
*/

class Services_Zencoder extends Services_Zencoder_Base
{
const USER_AGENT = 'ZencoderPHP v2.1.2';
const USER_AGENT = 'ZencoderPHP v2.2.0';

/**
* Contains the HTTP communication class
Expand Down