diff --git a/README.md b/README.md index 85fe740..50635f0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Check out our [wiki](https://github.com/Trendyol/medusa/wiki)! ## Setup ```gradle dependencies { - implementation 'com.trendyol:medusa:0.10.2' + implementation 'com.trendyol:medusa:0.10.3' } ``` diff --git a/medusalib/build.gradle b/medusalib/build.gradle index 20d9cef..a3593b0 100755 --- a/medusalib/build.gradle +++ b/medusalib/build.gradle @@ -29,7 +29,7 @@ android { ext { PUBLISH_GROUP_ID = 'com.trendyol' - PUBLISH_VERSION = '0.10.2' + PUBLISH_VERSION = '0.10.3' PUBLISH_ARTIFACT_ID = 'medusa' PUBLISH_DESCRIPTION = "Android Fragment Stack Controller" PUBLISH_URL = "https://github.com/Trendyol/medusa"