Skip to content

Commit 4cb1b49

Browse files
committed
Releasing 2.0.9
1 parent 85d39c8 commit 4cb1b49

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Currently unit tests are run on travis, with the following versions:
2222
- 5.4
2323
- 5.5
2424
- 5.6
25-
- HHVM
25+
- 7 ( failures allowed )
26+
- nightly ( failures allowed )
27+
- HHVM ( failures allowed )
2628

2729
Features
2830
--------

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.8';
34+
const VERSION = '2.0.9';
3535

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

0 commit comments

Comments
 (0)