From 6b0c4a0433fe12d85bd3b11344171e4dee87f980 Mon Sep 17 00:00:00 2001 From: Bruno Celeste Date: Tue, 16 Feb 2016 09:13:38 -0500 Subject: [PATCH] bump version to 2.2.2 --- composer.json | 2 +- src/Coconut.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3000de4..cd4be8a 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Coconut.php b/src/Coconut.php index 6ebc288..bb09ca1 100644 --- a/src/Coconut.php +++ b/src/Coconut.php @@ -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;