Skip to content

Commit

Permalink
⬆️ Increase version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericktijerou committed Jun 27, 2020
1 parent 466ef87 commit bcba17a
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 @@ -23,7 +23,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.6.0")
implementation("com.ericktijerou.koleton:koleton:0.7.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.6.0
publishVersion=0.7.0

0 comments on commit bcba17a

Please sign in to comment.