Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1cdc0db

Browse filesBrowse files
author
Zac Shenker
committed
Bumping version to 2.2.0
1 parent 2643a07 commit 1cdc0db
Copy full SHA for 1cdc0db

File tree

2 files changed

+4
-4
lines changed
Filter options

2 files changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Zencoder API PHP Library
33

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

‎Services/Zencoder.php

Copy file name to clipboardExpand all lines: Services/Zencoder.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

3434
class 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.