Skip to content

Commit a079408

Browse files
committed
Release 2.0.1
1 parent 65075f6 commit a079408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"symfony/event-dispatcher": "~2.1",
1919
"symfony/options-resolver": "~2.1",
2020
"guzzlehttp/guzzle": "~5.0",
21-
"guzzlehttp/cache-subscriber": "~0.2@dev",
21+
"guzzlehttp/cache-subscriber": "~0.1@dev",
2222
"guzzlehttp/log-subscriber": "~1.0",
2323
"guzzlehttp/retry-subscriber": "~2.0",
2424
"psr/log": "~1.0"

lib/Tmdb/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Client
3131
use ApiMethodsTrait;
3232

3333
/** Client Version */
34-
const VERSION = '2.0';
34+
const VERSION = '2.0.1';
3535

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

0 commit comments

Comments
 (0)