Skip to content

Commit c33cc33

Browse files
committed
Update version from 1.0.0 to 1.1.0 in install.md and gradle file
1 parent f1fa4c4 commit c33cc33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
You can install TreeView easily from Maven Central
44

55
```gradle
6-
implementation 'io.github.amrdeveloper:treeview:1.0.0'
6+
implementation 'io.github.amrdeveloper:treeview:1.1.0'
77
```

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=120000
1111
systemProp.org.gradle.internal.http.socketTimeout=120000
1212

1313
GROUP=io.github.amrdeveloper
14-
VERSION_NAME=1.0.0
14+
VERSION_NAME=1.1.0
1515

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

0 commit comments

Comments
 (0)