Skip to content

Commit 722ccb3

Browse files
committed
v1.0.2 release
1 parent 9ea6d31 commit 722ccb3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.1'
11+
implementation 'com.params.stepview:stepview:1.0.2'
1212
```
1313

1414
## Usage

stepview/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88
publishedGroupId = 'com.params.stepview'
99
libraryName = 'stepView'
1010
artifact = 'stepview'
11-
libraryVersion = '1.0.1'
11+
libraryVersion = '1.0.2'
1212
libraryDescription = 'An Android library written in kotlin to display steps (without any max-min limits) along with the status/description.'
1313

1414
siteUrl = 'https://github.com/params-ing/StepViewAndroid'
@@ -32,8 +32,8 @@ android {
3232
defaultConfig {
3333
minSdkVersion versions.minSdk
3434
targetSdkVersion versions.targetSdk
35-
versionCode 1
36-
versionName "1.0.1"
35+
versionCode 2
36+
versionName "1.0.2"
3737
}
3838

3939
buildTypes {

0 commit comments

Comments
 (0)