Skip to content

Commit 7816b1b

Browse files
committed
Prepare for the next release
1 parent f841ca4 commit 7816b1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

6060
```kotlin
6161
dependencies {
62-
implementation("io.getstream:stream-webrtc-android:1.2.3")
62+
implementation("io.getstream:stream-webrtc-android:1.3.0")
6363
}
6464
```
6565

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ object Configurations {
66
const val minSdk = 21
77
const val appMinSdk = 24
88
const val majorVersion = 1
9-
const val minorVersion = 2
10-
const val patchVersion = 3
9+
const val minorVersion = 3
10+
const val patchVersion = 0
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)