Skip to content

Commit 11ae9da

Browse files
committed
Prepare for the next release
1 parent d127d49 commit 11ae9da

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
@@ -34,7 +34,7 @@ Also, anyone can contribute to improving code, docs, or something following our
3434
Add the dependency below to your **module**'s `build.gradle` file:
3535
```gradle
3636
dependencies {
37-
implementation "io.getstream:sketchbook:1.0.0"
37+
implementation "io.getstream:sketchbook:1.0.1"
3838
}
3939
```
4040

@@ -56,7 +56,7 @@ repositories {
5656
Next, add the below dependency to your **module**'s `build.gradle` file.
5757
```gradle
5858
dependencies {
59-
implementation "io.getstream:sketchbook:1.0.1-SNAPSHOT"
59+
implementation "io.getstream:sketchbook:1.0.2-SNAPSHOT"
6060
}
6161
```
6262

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 = 0
9+
const val patchVersion = 1
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 1
11+
const val versionCode = 2
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"
1414
}

0 commit comments

Comments
 (0)