Skip to content

Commit 1aa1ace

Browse files
committed
v2.3.1
1 parent 7e81a16 commit 1aa1ace

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ See
22
[releases](https://github.com/c-eg/themoviedbapi/releases)
33
for downloads and details
44

5+
v2.3.1
6+
-----
7+
8+
* move static classes for models which were inside the api classes, into the model package
9+
510
v2.3.0
611
-----
712

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "uk.co.conoregan"
10-
version = "2.3.0"
10+
version = "2.3.1"
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)