Skip to content

Commit d4fee6b

Browse files
kittinunfSleeplessByte
authored andcommitted
⬆ [Release] Version 2.2.0 (#663)
* Update README a bit * bump to 2.2.0
1 parent f46bd4f commit d4fee6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Library version
22
object Fuel {
3-
const val publishVersion = "2.1.0"
3+
const val publishVersion = "2.2.0"
44
const val groupId = "com.github.kittinunf.fuel"
55

66
const val compileSdkVersion = 28

fuel-forge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The forge extension package for [`Fuel`](../README.md).
55

66
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:
77
* [`Fuel`](../fuel/README.md)
8-
* Forge: 0.3.0
8+
* Forge: 1.0.0-alpha2
99

1010
```groovy
1111
implementation 'com.github.kittinunf.fuel:fuel:<latest-version>'

0 commit comments

Comments
 (0)