Skip to content

Commit

Permalink
Merge pull request #19 from zencoder/remove_ca_cert_bundle
Browse files Browse the repository at this point in the history
Bumping version to 2.2.0
  • Loading branch information
zshenker committed Jul 25, 2014
2 parents efdd4df + 1cdc0db commit 290eb23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 290eb23

Please sign in to comment.