Skip to content

Commit eb1eada

Browse files
committed
Prepare for release 1.0.4
1 parent 9fe07f4 commit eb1eada

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
@@ -68,8 +68,8 @@ Add the dependency below into your **module**'s `build.gradle` file:
6868

6969
```gradle
7070
dependencies {
71-
implementation("com.github.skydoves:sealedx-core:1.0.3")
72-
ksp("com.github.skydoves:sealedx-processor:1.0.3")
71+
implementation("com.github.skydoves:sealedx-core:1.0.4")
72+
ksp("com.github.skydoves:sealedx-processor:1.0.4")
7373
}
7474
```
7575

buildSrc/src/main/kotlin/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ object Configuration {
44
const val minSdk = 21
55
const val majorVersion = 1
66
const val minorVersion = 0
7-
const val patchVersion = 3
7+
const val patchVersion = 4
88
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
9-
const val versionCode = 4
9+
const val versionCode = 5
1010
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1111
const val artifactGroup = "com.github.skydoves"
1212
}

0 commit comments

Comments
 (0)