Skip to content

Commit

Permalink
bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoceleste committed Feb 16, 2016
1 parent d20cf84 commit 6b0c4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opencoconut/coconut",
"type": "library",
"version": "2.2.1",
"version": "2.2.2",
"description": "Coconut is a Cloud Video Encoding Service built for developers",
"keywords": ["video", "encoding", "transcoding", "web service", "h264", "cloud"],
"homepage": "http://coconut.co",
Expand Down
2 changes: 1 addition & 1 deletion src/Coconut.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Coconut {

const COCONUT_URL = "https://api.coconut.co";
const USER_AGENT = "Coconut/2.2.1 (PHP)";
const USER_AGENT = "Coconut/2.2.2 (PHP)";

public static function submit($config_content, $api_key=null) {
$coconut_url = self::COCONUT_URL;
Expand Down

0 comments on commit 6b0c4a0

Please sign in to comment.