Skip to content

Commit 9b95ec0

Browse files
committed
master: version 1.0.1 released
1 parent 87e82bd commit 9b95ec0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
0 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://medium.com/mindorks/how-to-create-custom-views-141dc0570e57
88
## Setup
99

1010
```
11-
implementation 'com.params.stepview:stepview:1.0.0'
11+
implementation 'com.params.stepview:stepview:1.0.1'
1212
```
1313

1414
## Usage

stepview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
minSdkVersion versions.minSdk
3434
targetSdkVersion versions.targetSdk
3535
versionCode 1
36-
versionName "1.0.0"
36+
versionName "1.0.1"
3737
}
3838

3939
buildTypes {

0 commit comments

Comments
 (0)