Skip to content

Commit

Permalink
Update version from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Jun 26, 2022
1 parent 7d4042f commit 22a727c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ kotlin {
}
dependencies {
implementation "io.github.amrdeveloper:easyadapter:1.1.0"
implementation "io.github.amrdeveloper:easyadapter:1.1.1"
// kapt or ksp
ksp "io.github.amrdeveloper:easyadapter-compiler:1.1.0"
ksp "io.github.amrdeveloper:easyadapter-compiler:1.1.1"
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000

GROUP=io.github.amrdeveloper
VERSION_NAME=1.1.0
VERSION_NAME=1.1.1

POM_DESCRIPTION=Android Annotation Processor library to generate adapter class easily from your model with a lot of customization.
POM_INCEPTION_YEAR=2022
Expand Down

0 comments on commit 22a727c

Please sign in to comment.