Skip to content

Commit ff46dd5

Browse files
committed
release 1.1.1
1 parent 5e2492c commit ff46dd5

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
@@ -18,7 +18,7 @@ allprojects {
1818
Step 2. Add the dependency
1919
```gradle
2020
dependencies {
21-
implementation "com.github.kamrul3288:dateced:1.1.0"
21+
implementation "com.github.kamrul3288:dateced:1.1.1"
2222
}
2323
```
2424
---

buildSrc/src/main/java/AppConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ object AppConfig {
22
const val minSdkVersion = 21
33
const val compileSdkVersion = 33
44
const val targetSdkVersion = 33
5-
const val versionCode = 9
6-
const val versionName = "1.1.0"
5+
const val versionCode = 10
6+
const val versionName = "1.1.1"
77
}

0 commit comments

Comments
 (0)