Skip to content

Commit dc1089b

Browse files
authored
Merge pull request #160 from yukoff/release/v2.1.10
Prepare release v2.1.10
2 parents bbf9ebd + 75bdd07 commit dc1089b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 <[email protected]>
1010
* @copyright (c) 2013, Michael Roterman
11-
* @version 0.0.1
11+
* @version 2.1.10
1212
*/
1313
namespace Tmdb;
1414

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

3333
/** Client Version */
34-
const VERSION = '2.1.9';
34+
const VERSION = '2.1.10';
3535

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

0 commit comments

Comments
 (0)