From fe39dcc0e31174b4186b0a06203ef6c63a314960 Mon Sep 17 00:00:00 2001 From: Stefan Auditor Date: Thu, 3 Jan 2019 18:51:22 +0100 Subject: [PATCH] Update to api version 2.0 --- src/BigBlueButton.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BigBlueButton.php b/src/BigBlueButton.php index 6d2358d..79a29aa 100644 --- a/src/BigBlueButton.php +++ b/src/BigBlueButton.php @@ -20,7 +20,7 @@ class BigBlueButton * @var string * A version string. */ - const VERSION = '0.7.0'; + const VERSION = '0.8.0'; /** * The BigBlueButton API version. @@ -28,7 +28,7 @@ class BigBlueButton * @var string * A version string. */ - const API_VERSION = '1.1'; + const API_VERSION = '2.0'; /** * The BigBlueButton server object.