diff --git a/README.md b/README.md index a2a8ce7..a181eb4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For information : checkout [Example Screen Code](https://github.com/vipulasri/Ti ``` gradle dependencies { - implementation 'com.github.vipulasri:timelineview:1.1.2' + implementation 'com.github.vipulasri:timelineview:1.1.3' } ``` diff --git a/timelineview/build.gradle b/timelineview/build.gradle index f4aad49..f3d5bd1 100644 --- a/timelineview/build.gradle +++ b/timelineview/build.gradle @@ -7,7 +7,7 @@ ext { groupId = 'com.github.vipulasri' libraryName = 'TimelineView' artifact = 'timelineview' - libraryVersion = '1.1.2' + libraryVersion = '1.1.3' libraryDescription = 'Android Timeline View Library (Using RecyclerView) is simple implementation used to display view like Tracking of shipment/order, steppers etc.' siteUrl = 'https://github.com/vipulasri/Timeline-View' @@ -28,8 +28,8 @@ android { defaultConfig { minSdkVersion versions.minSdk targetSdkVersion versions.targetSdk - versionCode 9 - versionName "1.1.2" + versionCode 10 + versionName "1.1.3" } buildTypes {