Skip to content

Commit

Permalink
Update version from 1.0.0 to 1.1.0 in install.md and gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Aug 30, 2022
1 parent f1fa4c4 commit c33cc33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
You can install TreeView easily from Maven Central

```gradle
implementation 'io.github.amrdeveloper:treeview:1.0.0'
implementation 'io.github.amrdeveloper:treeview:1.1.0'
```
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.0.0
VERSION_NAME=1.1.0

POM_DESCRIPTION=Multi Roots TreeView implementation for Android Platform with a lot of options and customization.
POM_INCEPTION_YEAR=2022
Expand Down

0 comments on commit c33cc33

Please sign in to comment.