Skip to content

Commit 8a39f6b

Browse files
authored
Merge pull request #9 from GetStream/release/1.0.4
Prepare release 1.0.4
2 parents 9d71e6e + e2ab57c commit 8a39f6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Also, anyone can contribute to improving code, docs, or something following our
3535
Add the dependency below to your **module**'s `build.gradle` file:
3636
```gradle
3737
dependencies {
38-
implementation "io.getstream:sketchbook:1.0.3"
38+
implementation "io.getstream:sketchbook:1.0.4"
3939
}
4040
```
4141

@@ -57,7 +57,7 @@ repositories {
5757
Next, add the below dependency to your **module**'s `build.gradle` file.
5858
```gradle
5959
dependencies {
60-
implementation "io.getstream:sketchbook:1.0.4-SNAPSHOT"
60+
implementation "io.getstream:sketchbook:1.0.5-SNAPSHOT"
6161
}
6262
```
6363

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

Lines changed: 2 additions & 2 deletions
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 = 3
9+
const val patchVersion = 4
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 4
11+
const val versionCode = 5
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"
1414
}

0 commit comments

Comments
 (0)