Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoyaquello committed Jan 29, 2020
1 parent d40aa21 commit 33a4c17
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.2'
implementation 'com.ernestoyaquello.stepperform:vertical-stepper-form:2.2.3'
}
```

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.2'
libraryVersion = '2.2.3'

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

Expand Down

0 comments on commit 33a4c17

Please sign in to comment.