Skip to content

Commit

Permalink
Merge pull request #159 from yukoff/release/v2.0.19
Browse files Browse the repository at this point in the history
Prepare release v2.0.19
  • Loading branch information
yukoff authored Sep 9, 2017
2 parents 6880411 + 09b99d4 commit 6ec9ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Tmdb/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @package Tmdb
* @author Michael Roterman <[email protected]>
* @copyright (c) 2013, Michael Roterman
* @version 0.0.1
* @version 2.0.19
*/
namespace Tmdb;

Expand All @@ -31,7 +31,7 @@ class Client
use ApiMethodsTrait;

/** Client Version */
const VERSION = '2.0.18';
const VERSION = '2.0.19';

/** Base API URI */
const TMDB_URI = 'api.themoviedb.org/3/';
Expand Down

0 comments on commit 6ec9ce7

Please sign in to comment.