Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Dec 20, 2024
1 parent b520e56 commit 5908176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Add the below dependency to your **module**'s `build.gradle` file:

```kotlin
dependencies {
implementation("io.getstream:stream-webrtc-android:1.3.5")
implementation("io.getstream:stream-webrtc-android:1.3.6")
}
```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io/getstream/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Configurations {
const val appMinSdk = 24
const val majorVersion = 1
const val minorVersion = 3
const val patchVersion = 5
const val patchVersion = 6
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
Expand Down

0 comments on commit 5908176

Please sign in to comment.