Skip to content

Commit 30cd6d0

Browse files
committed
Bump library version to 0.7.1
Updated build configuration and README to reflect the version upgrade from 0.7.0 to 0.7.1. This ensures consistency across the project and usage documentation.
1 parent a7b906a commit 30cd6d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To add Compose Media Player to your project, include the following dependency in
4444

4545
```kotlin
4646
dependencies {
47-
implementation("io.github.kdroidfilter:composemediaplayer:0.7.0")
47+
implementation("io.github.kdroidfilter:composemediaplayer:0.7.1")
4848
}
4949
```
5050

mediaplayer/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group = "io.github.kdroidfilter.composemediaplayer"
17-
version = "0.7.0"
17+
version = "0.7.1"
1818

1919

2020
tasks.withType<DokkaTask>().configureEach {

0 commit comments

Comments
 (0)