Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoyaquello committed Apr 16, 2019
1 parent 72ae70a commit 596c3c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Add the library to your project via Gradle:

```
dependencies {
implementation 'com.ernestoyaquello.dragdropswiperecyclerview:drag-drop-swipe-recyclerview:0.2.0'
implementation 'com.ernestoyaquello.dragdropswiperecyclerview:drag-drop-swipe-recyclerview:0.3.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions drag-drop-swipe-recyclerview/build.gradle
Expand Up @@ -17,7 +17,7 @@ ext {
siteUrl = 'https://github.com/ernestoyaquello/drag-drop-swipe-recyclerview'
gitUrl = 'https://github.com/ernestoyaquello/drag-drop-swipe-recyclerview.git'

libraryVersion = '0.2.0'
libraryVersion = '0.3.0'

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

Expand Down

0 comments on commit 596c3c8

Please sign in to comment.