Skip to content

Commit

Permalink
Merge pull request #47 from GetStream/release/1.0.3
Browse files Browse the repository at this point in the history
Prepare to release 1.0.3
  • Loading branch information
skydoves committed Aug 7, 2023
2 parents facd90c + 5caecbc commit 5ea831e
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 @@ -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.2"
implementation "io.getstream:stream-webrtc-android:1.0.3"
}
```

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 = 2
const val patchVersion = 3
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 5ea831e

Please sign in to comment.