From 9ac05411d8d5ffe15f69b8c5ff81f63f7500fc41 Mon Sep 17 00:00:00 2001 From: Conor Egan <68134729+c-eg@users.noreply.github.com> Date: Fri, 29 Mar 2024 23:21:34 +0000 Subject: [PATCH] v2.0.2 release --- NEWS.md | 5 +++++ README.md | 4 ++-- build.gradle | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9edea08..76a16d9 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.2 +----- + +* fix module info for okhttp3 - import kotlin.stdlib + v2.0.1 ----- diff --git a/README.md b/README.md index adf78bf..8d9cf9e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ project. uk.co.conoregan themoviedbapi - 2.0.1 + 2.0.2 ``` @@ -33,7 +33,7 @@ project. ```groovy dependencies { - implementation 'uk.co.conoregan:themoviedbapi:2.0.1' + implementation 'uk.co.conoregan:themoviedbapi:2.0.2' } ``` diff --git a/build.gradle b/build.gradle index d299102..14e5a6f 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.1' +version '2.0.2' java { withJavadocJar() @@ -73,7 +73,7 @@ publishing { pom { name = "themoviedbapi" - description = 'A java-wrapper around the JSON API provided by TMdB, which is an open database for movie and film content.' + description = 'A Java-wrapper around the JSON API provided by TMdB, which is an open database for movie and tv content.' url = 'https://github.com/c-eg/themoviedbapi' licenses {