Skip to content

Commit

Permalink
Prepare the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 17, 2022
1 parent c1f40d6 commit 11b46b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ allprojects {
Next, add the below dependency to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "io.getstream:avatarview-coil:1.0.5"
implementation "io.getstream:avatarview-coil:1.0.6"
}
```

Expand All @@ -72,8 +72,8 @@ repositories {
Next, add the below dependency to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "io.getstream:avatarview-coil:1.0.6-SNAPSHOT"
implementation "io.getstream:avatarview-glide:1.0.6-SNAPSHOT"
implementation "io.getstream:avatarview-coil:1.0.7-SNAPSHOT"
implementation "io.getstream:avatarview-glide:1.0.7-SNAPSHOT"
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ object Configuration {
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 versionCode = 6
const val versionCode = 7
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
}

0 comments on commit 11b46b3

Please sign in to comment.