Skip to content

Commit d0bb304

Browse files
committed
Prepare for the next release
1 parent 0d6d202 commit d0bb304

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ allprojects {
4646
Next, add the below dependency to your **module**'s `build.gradle` file.
4747
```gradle
4848
dependencies {
49-
implementation "io.getstream:avatarview-coil:1.0.6"
49+
implementation "io.getstream:avatarview-coil:1.0.7"
5050
}
5151
```
5252

buildSrc/src/main/kotlin/io/getstream/avatarview/Configuration.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ object Configuration {
66
const val minSdk = 21
77
const val majorVersion = 1
88
const val minorVersion = 0
9-
const val patchVersion = 6
9+
const val patchVersion = 7
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 7
11+
const val versionCode = 8
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"
1414
}

0 commit comments

Comments
 (0)