diff --git a/CHANGELOG.md b/CHANGELOG.md index bffe4bd..18d5391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Version history +## Version 1.10.1 (2024-12-24) + +Bug fixes: + +- Player not shown when opening the app by clicking on BCR notification (#154) + ## Version 1.10.0 (2024-12-06) New features: diff --git a/android/app/build.gradle b/android/app/build.gradle index a5a9676..fb7106f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -29,8 +29,8 @@ android { targetSdkVersion rootProject.ext.targetSdkVersion // version parts: M = Major, m = minor, b = build // -------- MMMmmmbbb - versionCode 1010000 - versionName "1.10.0" + versionCode 1010001 + versionName "1.10.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.