Skip to content

Commit a74db72

Browse files
committed
Version bump 0.1.2
1 parent 8b80e40 commit a74db72

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.1.2] - 2025-09-03
11+
1012
### Fixed
1113

1214
- Race condition that could cause `IndexOutOfBoundsException` when `MediaTailorAdBreak`s got removed during playback

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencyResolutionManagement {
5353
Include the MediaTailor integration in your `build.gradle.kts` file:
5454
```kotlin
5555
dependencies {
56-
implementation("com.bitmovin.player.integration:mediatailor:0.1.1")
56+
implementation("com.bitmovin.player.integration:mediatailor:0.1.2")
5757
}
5858
```
5959
## Examples

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ compileSdkVersion=35
2929

3030
# Publishing
3131
groupId=com.bitmovin.player.integration
32-
versionName=0.1.1
32+
versionName=0.1.2

0 commit comments

Comments
 (0)