Skip to content

Commit 09b99d4

Browse files
committed
Prepare release 2.0.19
1 parent 6880411 commit 09b99d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Tmdb/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @package Tmdb
99
* @author Michael Roterman <michael@wtfz.net>
1010
* @copyright (c) 2013, Michael Roterman
11-
* @version 0.0.1
11+
* @version 2.0.19
1212
*/
1313
namespace Tmdb;
1414

@@ -31,7 +31,7 @@ class Client
3131
use ApiMethodsTrait;
3232

3333
/** Client Version */
34-
const VERSION = '2.0.18';
34+
const VERSION = '2.0.19';
3535

3636
/** Base API URI */
3737
const TMDB_URI = 'api.themoviedb.org/3/';

0 commit comments

Comments
 (0)