Skip to content

Commit 5d388e5

Browse files
authored
chore: prepare for 1.3.10 release (#311)
1 parent 40f7f58 commit 5d388e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Next, add the below dependency to your **module**'s `build.gradle` file:
8383

8484
```kotlin
8585
dependencies {
86-
implementation("io.getstream:stream-webrtc-android:1.3.10-SNAPSHOT")
86+
implementation("io.getstream:stream-webrtc-android:1.3.11-SNAPSHOT")
8787
}
8888
```
8989

buildSrc/src/main/kotlin/io/getstream/Configurations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Configurations {
77
const val appMinSdk = 24
88
const val majorVersion = 1
99
const val minorVersion = 3
10-
const val patchVersion = 9
10+
const val patchVersion = 10
1111
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"

0 commit comments

Comments
 (0)