File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Zencoder API PHP Library
3
3
4
4
Author: [ Zac Shenker] (zshenker (a) brightcove (.) c ; om)
5
5
Company: [ Brightcove/Zencoder] ( http://www.zencoder.com )
6
- Version: 2.1.3
6
+ Version: 2.2.0
7
7
Date: 2014-07-24
8
8
Repository: < http://github.com/zencoder/zencoder-php/ >
9
9
Original file line number Diff line number Diff line change 5
5
* @category Services
6
6
* @package Services_Zencoder
7
7
* @author Michael Christopher <[email protected] >
8
- * @version Release: 2.1.2
8
+ * @version Release: 2.2.0
9
9
* @license http://creativecommons.org/licenses/MIT/MIT
10
10
* @link http://github.com/zencoder/zencoder-php
11
11
* @access private
@@ -26,14 +26,14 @@ function Services_Zencoder_autoload($className)
26
26
* @category Services
27
27
* @package Services_Zencoder
28
28
* @author Michael Christopher <[email protected] >
29
- * @version Release: 2.1.2
29
+ * @version Release: 2.2.0
30
30
* @license http://creativecommons.org/licenses/MIT/MIT
31
31
* @link http://github.com/zencoder/zencoder-php
32
32
*/
33
33
34
34
class Services_Zencoder extends Services_Zencoder_Base
35
35
{
36
- const USER_AGENT = 'ZencoderPHP v2.1.2 ' ;
36
+ const USER_AGENT = 'ZencoderPHP v2.2.0 ' ;
37
37
38
38
/**
39
39
* Contains the HTTP communication class
You can’t perform that action at this time.
0 commit comments