File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
33
44Author: [ Zac Shenker] (zshenker (a) brightcove (.) c ; om)
55Company: [ Brightcove/Zencoder] ( http://www.zencoder.com )
6- Version: 2.1.3
6+ Version: 2.2.0
77Date: 2014-07-24
88Repository: < http://github.com/zencoder/zencoder-php/ >
99
Original file line number Diff line number Diff line change 55 * @category Services
66 * @package Services_Zencoder
77 * @author Michael Christopher <m@zencoder.com>
8- * @version Release: 2.1.2
8+ * @version Release: 2.2.0
99 * @license http://creativecommons.org/licenses/MIT/MIT
1010 * @link http://github.com/zencoder/zencoder-php
1111 * @access private
@@ -26,14 +26,14 @@ function Services_Zencoder_autoload($className)
2626 * @category Services
2727 * @package Services_Zencoder
2828 * @author Michael Christopher <m@zencoder.com>
29- * @version Release: 2.1.2
29+ * @version Release: 2.2.0
3030 * @license http://creativecommons.org/licenses/MIT/MIT
3131 * @link http://github.com/zencoder/zencoder-php
3232 */
3333
3434class Services_Zencoder extends Services_Zencoder_Base
3535{
36- const USER_AGENT = 'ZencoderPHP v2.1.2 ' ;
36+ const USER_AGENT = 'ZencoderPHP v2.2.0 ' ;
3737
3838 /**
3939 * Contains the HTTP communication class
You can’t perform that action at this time.
0 commit comments