Skip to content

Commit e955663

Browse files
committed
Prepare for the next release
1 parent ca5ba7f commit e955663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add the dependency below to your **module**'s `build.gradle` file:
3232

3333
```gradle
3434
dependencies {
35-
implementation "com.github.skydoves:retrofit-adapters-result:1.0.5"
35+
implementation "com.github.skydoves:retrofit-adapters-result:1.0.6"
3636
}
3737
```
3838

buildSrc/src/main/kotlin/com/skydoves/retrofit/adapters/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ object Configuration {
2323
const val minSdkDemo = 21
2424
const val majorVersion = 1
2525
const val minorVersion = 0
26-
const val patchVersion = 5
26+
const val patchVersion = 6
2727
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28-
const val versionCode = 6
28+
const val versionCode = 7
2929
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
3030
const val artifactGroup = "com.github.skydoves"
3131
}

0 commit comments

Comments
 (0)