Skip to content

Commit

Permalink
Merge pull request #34 from ozcanalasalvar/refactor
Browse files Browse the repository at this point in the history
release 2.0.7
  • Loading branch information
ozcanalasalvar authored Oct 20, 2023
2 parents dfc541c + c17b478 commit 09b8255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ publishing {
release(MavenPublication) {
groupId 'com.ozcanalasalvar'
artifactId 'datepicker'
version '2.0.6'
version '2.0.7'
artifact("$buildDir/outputs/aar/datepicker-release.aar")
}
}
Expand Down
2 changes: 1 addition & 1 deletion wheelview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ publishing {
release(MavenPublication) {
groupId 'com.ozcanalasalvar'
artifactId 'wheelview'
version '1.0.0-alpha07'
version '1.0.0-alpha08'
artifact("$buildDir/outputs/aar/wheelview-release.aar")
}
}
Expand Down

0 comments on commit 09b8255

Please sign in to comment.