diff --git a/CHANGELOG.md b/CHANGELOG.md index f73f32c..55a8cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ > - 🏠 Internal > - 💅 Polish +## v1.3.2 (2023-07-13) + +* 🏠 Publish to THEOplayer's own Maven repository. + ## v1.3.1 (2023-06-30) * 🚀 Added `Player.source`, `.videoWidth` and `.videoHeight` properties. diff --git a/gradle.properties b/gradle.properties index 1b73bf3..c225e49 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,4 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true # The version of the THEOplayer Android UI. -libraryVersion=1.3.1 +libraryVersion=1.3.2