Skip to content

Commit a117c44

Browse files
committed
Prepare to release 1.0.8
1 parent 4dda4eb commit a117c44

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.7"
35+
implementation "com.github.skydoves:retrofit-adapters-result:1.0.8"
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 = 7
26+
const val patchVersion = 8
2727
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28-
const val versionCode = 8
28+
const val versionCode = 9
2929
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
3030
const val artifactGroup = "com.github.skydoves"
3131
}

0 commit comments

Comments
 (0)