Skip to content

Commit 6b0c4a0

Browse files
committed
bump version to 2.2.2
1 parent d20cf84 commit 6b0c4a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opencoconut/coconut",
33
"type": "library",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"description": "Coconut is a Cloud Video Encoding Service built for developers",
66
"keywords": ["video", "encoding", "transcoding", "web service", "h264", "cloud"],
77
"homepage": "http://coconut.co",

src/Coconut.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class Coconut {
44

55
const COCONUT_URL = "https://api.coconut.co";
6-
const USER_AGENT = "Coconut/2.2.1 (PHP)";
6+
const USER_AGENT = "Coconut/2.2.2 (PHP)";
77

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

0 commit comments

Comments
 (0)