Skip to content

Commit

Permalink
Pump up version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
minibugdev committed Jul 9, 2020
1 parent c9c2551 commit ca45836
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 @@ -18,7 +18,7 @@ repositories {
Add the dependency
``` groovy
dependencies {
implementation 'com.github.minibugdev:sheetselection:0.0.2'
implementation 'com.github.minibugdev:sheetselection:0.0.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions sheetselection/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 29
versionCode 1
versionName "0.0.2"
versionCode 2
versionName "0.0.3"
}

buildTypes {
Expand Down

0 comments on commit ca45836

Please sign in to comment.