Skip to content

Commit

Permalink
Prepare to release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 22, 2023
1 parent b4c1f9b commit c16b301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add the below dependency to your **module**'s `build.gradle` file:

```gradle
dependencies {
implementation "io.getstream:stream-webrtc-android:1.0.5"
implementation "io.getstream:stream-webrtc-android:1.0.6"
}
```

Expand All @@ -74,7 +74,7 @@ repositories {
Next, add the below dependency to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "io.getstream:stream-webrtc-android:1.0.6-SNAPSHOT"
implementation "io.getstream:stream-webrtc-android:1.0.7-SNAPSHOT"
}
```

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 @@ -6,7 +6,7 @@ object Configurations {
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 0
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 c16b301

Please sign in to comment.