Skip to content

Commit

Permalink
Prepare for release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 22, 2023
1 parent 5675076 commit 09d6c8b
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 @@ -58,7 +58,7 @@ Add the below dependency to your **module**'s `build.gradle` file:

```gradle
dependencies {
implementation "io.getstream:stream-webrtc-android:1.1.0"
implementation "io.getstream:stream-webrtc-android:1.1.1"
}
```

Expand All @@ -81,7 +81,7 @@ repositories {
Next, add the below dependency to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "io.getstream:stream-webrtc-android:1.1.1-SNAPSHOT"
implementation "io.getstream:stream-webrtc-android:1.1.2-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 = 1
const val patchVersion = 0
const val patchVersion = 1
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 09d6c8b

Please sign in to comment.