Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 26, 2015
1 parent 65075f6 commit a079408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"symfony/event-dispatcher": "~2.1",
"symfony/options-resolver": "~2.1",
"guzzlehttp/guzzle": "~5.0",
"guzzlehttp/cache-subscriber": "~0.2@dev",
"guzzlehttp/cache-subscriber": "~0.1@dev",
"guzzlehttp/log-subscriber": "~1.0",
"guzzlehttp/retry-subscriber": "~2.0",
"psr/log": "~1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/Tmdb/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Client
use ApiMethodsTrait;

/** Client Version */
const VERSION = '2.0';
const VERSION = '2.0.1';

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

0 comments on commit a079408

Please sign in to comment.