Skip to content

Commit

Permalink
⬆️ Increase version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericktijerou committed Jun 22, 2020
1 parent 6ce4cf3 commit b41f567
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 @@ -22,7 +22,7 @@ You can [download](https://bintray.com/ericktijerou/maven/koleton/_latestVersion
```gradle
// In your module's `build.gradle.kts`
dependencies {
implementation("com.ericktijerou.koleton:koleton:0.5.0")
implementation("com.ericktijerou.koleton:koleton:0.6.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ compileSdk=29
groupId=com.ericktijerou.koleton
vcsUrl=https://github.com/ericktijerou/koleton
issueTrackerUrl=https://github.com/ericktijerou/koleton/issues
publishVersion=0.5.0
publishVersion=0.6.0

0 comments on commit b41f567

Please sign in to comment.