diff --git a/lib/Tmdb/Client.php b/lib/Tmdb/Client.php index 81642807..17c84dd9 100644 --- a/lib/Tmdb/Client.php +++ b/lib/Tmdb/Client.php @@ -31,7 +31,7 @@ class Client use ApiMethodsTrait; /** Client Version */ - const VERSION = '2.0.2'; + const VERSION = '2.0.3'; /** Base API URI */ const TMDB_URI = 'api.themoviedb.org/3/';