diff --git a/NEWS.md b/NEWS.md index 27ea91e..4fbd117 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,11 @@ See [releases](https://github.com/c-eg/themoviedbapi/releases) for downloads and details +v2.0.4 +----- + +* fix revenue property - int -> long + v2.0.3 ----- diff --git a/README.md b/README.md index 3d05b82..a9c4113 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ project. uk.co.conoregan themoviedbapi - 2.0.3 + 2.0.4 ``` @@ -33,7 +33,7 @@ project. ```groovy dependencies { - implementation 'uk.co.conoregan:themoviedbapi:2.0.3' + implementation 'uk.co.conoregan:themoviedbapi:2.0.4' } ``` diff --git a/build.gradle b/build.gradle index e9e61b7..34356b5 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { // https://stackoverflow.com/questions/34377367/why-is-gradle-install-replacing-my-version-with-unspecified group 'uk.co.conoregan' -version '2.0.3' +version '2.0.4' java { withJavadocJar()