diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7b2cf..c8fbb0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ > - 🏠 Internal > - 💅 Polish -## Unreleased +## v1.3.0 (2023-06-29) * 🚀 Added `THEOplayerTheme.playerAnimations` to control the animation settings of the various UI components. * 🐛 Fix consuming apps unable to install different version of the THEOplayer Android SDK. diff --git a/gradle.properties b/gradle.properties index c745952..916ffad 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.2.0 +libraryVersion=1.3.0