Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoyaquello committed Jul 5, 2019
1 parent 0945a8b commit 73adf00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the library to your project via Gradle:

```
dependencies {
implementation 'com.ernestoyaquello.stepperform:vertical-stepper-form:2.2.0'
implementation 'com.ernestoyaquello.stepperform:vertical-stepper-form:2.2.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions vertical-stepper-form/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {
siteUrl = 'https://github.com/ernestoyaquello/VerticalStepperForm'
gitUrl = 'https://github.com/ernestoyaquello/VerticalStepperForm.git'

libraryVersion = '2.2.0'
libraryVersion = '2.2.1'

developerId = 'ernestoyaquello'
developerName = 'Julio Ernesto Rodríguez Cabañas'
Expand All @@ -32,7 +32,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 14
versionCode 15
versionName libraryVersion
}

Expand Down

0 comments on commit 73adf00

Please sign in to comment.