Skip to content

Commit cb314b6

Browse files
authored
Updated version in readme
1 parent f3e9373 commit cb314b6

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.2.2'
94+
implementation 'com.github.acefalobi:android-stepper:0.3.0'
9595
}
9696
```
9797

9898
Kotlin DSL:
9999

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

0 commit comments

Comments
 (0)