Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c-eg committed Jun 27, 2024
1 parent 6975e11 commit dad5015
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ See
[releases](https://github.com/c-eg/themoviedbapi/releases)
for downloads and details

v2.1.1
-----

* add crypto module in module-info - needed for images created with jlink
because it is not included by default and will fail the SSL handshake without it

v2.1.0
-----

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ project.
<dependency>
<groupId>uk.co.conoregan</groupId>
<artifactId>themoviedbapi</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```
</details>
Expand All @@ -33,7 +33,7 @@ project.

```groovy
dependencies {
implementation 'uk.co.conoregan:themoviedbapi:2.1.0'
implementation 'uk.co.conoregan:themoviedbapi:2.1.1'
}
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {

// https://stackoverflow.com/questions/34377367/why-is-gradle-install-replacing-my-version-with-unspecified
group 'uk.co.conoregan'
version '2.1.0'
version '2.1.1'

java {
withJavadocJar()
Expand Down

0 comments on commit dad5015

Please sign in to comment.