Skip to content

Commit 5da9930

Browse files
committed
Prepare for release 1.0.2
1 parent c7ead75 commit 5da9930

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.2")
72-
ksp("com.github.skydoves:sealedx-processor:1.0.2")
71+
implementation("com.github.skydoves:sealedx-core:1.0.3")
72+
ksp("com.github.skydoves:sealedx-processor:1.0.3")
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 = 2
7+
const val patchVersion = 3
88
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
9-
const val versionCode = 3
9+
const val versionCode = 4
1010
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1111
const val artifactGroup = "com.github.skydoves"
1212
}

0 commit comments

Comments
 (0)