Skip to content

Commit 25405cd

Browse files
committed
Prepare for release 2.13.0
1 parent cceb84c commit 25405cd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Next version
3+
## 2.13.0 - 2025-10-22
44

55
* Add `TvSeasonsService.translations` by @laurentblue in https://github.com/UweTrottmann/tmdb-java/pull/108
66
* Add `TvSeasonsService.watchProviders` to get watch providers for a specific season

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using [retrofit 2](https://square.github.io/retrofit/).
1111
Add the following dependency to your Gradle project:
1212

1313
```groovy
14-
implementation("com.uwetrottmann.tmdb2:tmdb-java:2.12.0")
14+
implementation("com.uwetrottmann.tmdb2:tmdb-java:2.13.0")
1515
```
1616

1717
or your Maven project:
@@ -20,7 +20,7 @@ or your Maven project:
2020
<dependency>
2121
<groupId>com.uwetrottmann.tmdb2</groupId>
2222
<artifactId>tmdb-java</artifactId>
23-
<version>2.12.0</version>
23+
<version>2.13.0</version>
2424
</dependency>
2525
```
2626

@@ -66,4 +66,4 @@ at the first possible line with the `Apache-2.0` value.
6666

6767
For contributors and changes also see the Git history.
6868

69-
Do not just copy, make it better.
69+
Don't just copy, make it better.

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Update versions in [README](README.md)
1313

1414
```bash
15-
git commit --all --message "Prepare for release 2.12.0"
15+
git commit --all --message "Prepare for release 2.13.0"
1616
```
1717

1818
Then from IDE run tasks (TODO: figure out how to use GUI pin entry from Git Bash):
@@ -26,4 +26,4 @@ Push to GitHub:
2626
git push origin main --tags
2727
```
2828

29-
And [create a GitHub release](https://github.com/UweTrottmann/tmdb-java/releases/new).
29+
And [create a GitHub release](https://github.com/UweTrottmann/tmdb-java/releases/new).

0 commit comments

Comments
 (0)