Skip to content

Commit

Permalink
⬆ [Release] Version 2.2.0 (#663)
Browse files Browse the repository at this point in the history
* Update README a bit

* bump to 2.2.0
  • Loading branch information
kittinunf authored and SleeplessByte committed Jul 30, 2019
1 parent f46bd4f commit d4fee6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Library version
object Fuel {
const val publishVersion = "2.1.0"
const val publishVersion = "2.2.0"
const val groupId = "com.github.kittinunf.fuel"

const val compileSdkVersion = 28
Expand Down
2 changes: 1 addition & 1 deletion fuel-forge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The forge extension package for [`Fuel`](../README.md).

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-forge` with `Maven` and `Gradle`. The forge package has the following dependencies:
* [`Fuel`](../fuel/README.md)
* Forge: 0.3.0
* Forge: 1.0.0-alpha2

```groovy
implementation 'com.github.kittinunf.fuel:fuel:<latest-version>'
Expand Down

0 comments on commit d4fee6b

Please sign in to comment.