We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6880411 + 09b99d4 commit 6ec9ce7Copy full SHA for 6ec9ce7
1 file changed
lib/Tmdb/Client.php
@@ -8,7 +8,7 @@
8
* @package Tmdb
9
* @author Michael Roterman <michael@wtfz.net>
10
* @copyright (c) 2013, Michael Roterman
11
- * @version 0.0.1
+ * @version 2.0.19
12
*/
13
namespace Tmdb;
14
@@ -31,7 +31,7 @@ class Client
31
use ApiMethodsTrait;
32
33
/** Client Version */
34
- const VERSION = '2.0.18';
+ const VERSION = '2.0.19';
35
36
/** Base API URI */
37
const TMDB_URI = 'api.themoviedb.org/3/';
0 commit comments