Skip to content

Commit

Permalink
Merge pull request #48 from mustafaberkaymutlu/updateVersion
Browse files Browse the repository at this point in the history
Bump version to 0.10.3
  • Loading branch information
mustafaberkaymutlu authored Feb 28, 2023
2 parents 67b97b3 + 562c1b5 commit ffca200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion medusalib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ffca200

Please sign in to comment.