Skip to content

Commit a1bdc2e

Browse files
authored
Update README.md
1 parent 4e237cf commit a1bdc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ Gradle:
9191

9292
```gradle
9393
dependencies {
94-
implementation 'com.github.acefalobi:android-stepper:0.1.5'
94+
implementation 'com.github.acefalobi:android-stepper:0.2.0'
9595
}
9696
```
9797

9898
Kotlin DSL:
9999

100100
```kotlin
101101
dependencies {
102-
implementation("com.github.acefalobi:android-stepper:0.1.5")
102+
implementation("com.github.acefalobi:android-stepper:0.2.0")
103103
}
104104
```
105105

0 commit comments

Comments
 (0)