Skip to content

Commit

Permalink
Update to api version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Auditor committed Jan 3, 2019
1 parent fda83fc commit fe39dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BigBlueButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ class BigBlueButton
* @var string
* A version string.
*/
const VERSION = '0.7.0';
const VERSION = '0.8.0';

/**
* The BigBlueButton API version.
*
* @var string
* A version string.
*/
const API_VERSION = '1.1';
const API_VERSION = '2.0';

/**
* The BigBlueButton server object.
Expand Down

0 comments on commit fe39dcc

Please sign in to comment.