From d0d672656ac37e72216908cac55ce4c4e9f56e98 Mon Sep 17 00:00:00 2001 From: Kittinun Vantasin Date: Mon, 28 Jan 2019 11:56:03 +0700 Subject: [PATCH] :arrow_up: [Release] version 2.0.1 (#585) --- README.md | 4 ++-- buildSrc/src/main/kotlin/Constants.kt | 2 +- deploy_bintray.sh | 2 +- fuel-android/README.md | 4 ++-- fuel-coroutines/README.md | 4 ++-- fuel-forge/README.md | 6 +++--- fuel-gson/README.md | 4 ++-- fuel-jackson/README.md | 6 +++--- fuel-json/README.md | 4 ++-- fuel-kotlinx-serialization/README.md | 4 ++-- fuel-livedata/README.md | 4 ++-- fuel-moshi/README.md | 6 +++--- fuel-reactor/README.md | 4 ++-- fuel-rxjava/README.md | 4 ++-- fuel-test/README.md | 4 ++-- fuel/README.md | 4 ++-- 16 files changed, 33 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index df35856a0..781998fe7 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ We offer maven and jitpack installations. Maven via bintray only has stable rele ### Maven You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `Fuel` with `Maven` and `Gradle`. The core package has the following dependencies: -* Kotlin - 1.3.0 -* Coroutine - 1.0.0 +* Kotlin - 1.3.20 +* Coroutine - 1.1.1 ```groovy compile 'com.github.kittinunf.fuel::' diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index a717fbbee..8894f713b 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -1,6 +1,6 @@ // Library version object Fuel { - const val publishVersion = "2.0.0" + const val publishVersion = "2.0.1" const val groupId = "com.github.kittinunf.fuel" const val compileSdkVersion = 28 diff --git a/deploy_bintray.sh b/deploy_bintray.sh index 962244dd2..4fe2a4278 100755 --- a/deploy_bintray.sh +++ b/deploy_bintray.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [[ "$TRAVIS_BRANCH" == */release-v* ]]; then +if [[ "$TRAVIS_BRANCH" == */release-* ]]; then echo "We're on release branch, deploying at $TRAVIS_BRANCH" diff --git a/fuel-android/README.md b/fuel-android/README.md index 319f6fb91..39214c1c3 100644 --- a/fuel-android/README.md +++ b/fuel-android/README.md @@ -1,5 +1,5 @@ # fuel-android -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) The android package for [`Fuel`](../README.md). @@ -7,7 +7,7 @@ The android package for [`Fuel`](../README.md). You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-android` with `Maven` and `Gradle`. The android package has the following dependencies: * `fuel:fuel:` -* Kotlin: 1.3.10 +* Kotlin: 1.3.20 * Android SDK: 19+ diff --git a/fuel-coroutines/README.md b/fuel-coroutines/README.md index 3550d8ad4..12c5dacb3 100644 --- a/fuel-coroutines/README.md +++ b/fuel-coroutines/README.md @@ -7,8 +7,8 @@ The coroutines extension package for [`Fuel`](../README.md). You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-coroutines` with `Maven` and `Gradle`. The android package has the following dependencies: * `fuel:fuel:` -* Kotlin: 1.3.0 -* KotlinX Coroutines: 1.0.1 +* Kotlin: 1.3.20 +* KotlinX Coroutines: 1.1.1 ```groovy compile 'com.github.kittinunf.fuel:fuel:' diff --git a/fuel-forge/README.md b/fuel-forge/README.md index 12dc404a0..579043f4d 100644 --- a/fuel-forge/README.md +++ b/fuel-forge/README.md @@ -1,5 +1,5 @@ # fuel-forge -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) The forge extension package for [`Fuel`](../README.md). @@ -7,7 +7,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:` -* Kotlin: 1.3.10 +* Kotlin: 1.3.20 * Forge: 0.3.0 ```groovy @@ -17,4 +17,4 @@ compile 'com.github.kittinunf.fuel:fuel-forge:' ## Usage -See `FuelForge.kt` \ No newline at end of file +See `FuelForge.kt` diff --git a/fuel-gson/README.md b/fuel-gson/README.md index 4293ded7e..715394523 100644 --- a/fuel-gson/README.md +++ b/fuel-gson/README.md @@ -1,5 +1,5 @@ # fuel-gson -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) The gson extension package for [`Fuel`](../README.md). @@ -7,7 +7,7 @@ The gson extension package for [`Fuel`](../README.md). You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-gson` with `Maven` and `Gradle`. The gson package has the following dependencies: * `fuel:fuel:` -* Kotlin: 1.3.10 +* Kotlin: 1.3.20 * Gson: 2.8.5 ```groovy diff --git a/fuel-jackson/README.md b/fuel-jackson/README.md index ffb7bfe22..6cd410dab 100644 --- a/fuel-jackson/README.md +++ b/fuel-jackson/README.md @@ -1,5 +1,5 @@ # fuel-jackson -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) The jackson extension package for [`Fuel`](../README.md). @@ -7,7 +7,7 @@ The jackson extension package for [`Fuel`](../README.md). You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-jackson` with `Maven` and `Gradle`. The jackson package has the following dependencies: * `fuel:fuel:` -* Kotlin: 1.3.10 +* Kotlin: 1.3.20 * Jackson: 2.9.7 ```groovy @@ -71,4 +71,4 @@ Fuel.get("/user-agent") }) ``` -Both overloads allows you to provide custom `ObjectMapper` if needed. \ No newline at end of file +Both overloads allows you to provide custom `ObjectMapper` if needed. diff --git a/fuel-json/README.md b/fuel-json/README.md index 537632fb4..a708a53cf 100644 --- a/fuel-json/README.md +++ b/fuel-json/README.md @@ -1,5 +1,5 @@ # fuel-json -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) The Json extension package for [`Fuel`](../README.md). @@ -7,7 +7,7 @@ The Json extension package for [`Fuel`](../README.md). You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-json` with `Maven` and `Gradle`. The json package has the following dependencies: * `fuel:fuel:` -* Kotlin: 1.3.10 +* Kotlin: 1.3.20 * Json: 20170516 ```groovy diff --git a/fuel-kotlinx-serialization/README.md b/fuel-kotlinx-serialization/README.md index 86d9ba2bf..615ad4dbd 100644 --- a/fuel-kotlinx-serialization/README.md +++ b/fuel-kotlinx-serialization/README.md @@ -1,5 +1,5 @@ # fuel-kotlinx-serialization -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) The kotlinx-serialization extension package for [`Fuel`](../README.md). @@ -7,7 +7,7 @@ The kotlinx-serialization extension package for [`Fuel`](../README.md). You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-kotlinx-serialization` with `Maven` and `Gradle`. The kotlinx-serialization package has the following dependencies: * `fuel:fuel:` -* Kotlin: 1.3.10 +* Kotlin: 1.3.20 * [KotlinX Serialization](https://github.com/Kotlin/kotlinx.serialization#gradle): 0.10.0 ```groovy diff --git a/fuel-livedata/README.md b/fuel-livedata/README.md index 2bc71192b..d73605cca 100644 --- a/fuel-livedata/README.md +++ b/fuel-livedata/README.md @@ -1,5 +1,5 @@ # fuel-livedata -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) The `LiveData` extension package for [`Fuel`](../README.md). @@ -7,7 +7,7 @@ The `LiveData` extension package for [`Fuel`](../README.md). You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-livedata` with `Maven` and `Gradle`. The livedata package has the following dependencies: * `fuel:fuel:` -* Kotlin: 1.3.10 +* Kotlin: 1.3.20 * [AndroidX Livedata](https://developer.android.com/topic/libraries/architecture/livedata.html) ```groovy diff --git a/fuel-moshi/README.md b/fuel-moshi/README.md index 191772ecb..1478f1292 100644 --- a/fuel-moshi/README.md +++ b/fuel-moshi/README.md @@ -1,5 +1,5 @@ # fuel-moshi -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) The moshi extension package for [`Fuel`](../README.md). @@ -7,7 +7,7 @@ The moshi extension package for [`Fuel`](../README.md). You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-moshi` with `Maven` and `Gradle`. The moshi package has the following dependencies: * `fuel:fuel:` -* Kotlin: 1.3.10 +* Kotlin: 1.3.20 * Moshi: 1.8.0 ```groovy @@ -17,4 +17,4 @@ compile 'com.github.kittinunf.fuel:fuel-moshi:' ## Usage -See `FuelMoshi.kt` \ No newline at end of file +See `FuelMoshi.kt` diff --git a/fuel-reactor/README.md b/fuel-reactor/README.md index d42b04315..231553a0a 100644 --- a/fuel-reactor/README.md +++ b/fuel-reactor/README.md @@ -1,5 +1,5 @@ # fuel-reactor -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) The reactor extension package for [`Fuel`](../README.md). @@ -7,7 +7,7 @@ The reactor extension package for [`Fuel`](../README.md). You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-reactor` with `Maven` and `Gradle`. The reactor package has the following dependencies: * `fuel:fuel:` -* Kotlin: 1.3.10 +* Kotlin: 1.3.20 * Project Reactor: 3.2.2.RELEASE ```groovy diff --git a/fuel-rxjava/README.md b/fuel-rxjava/README.md index c8185a719..2d55464c3 100644 --- a/fuel-rxjava/README.md +++ b/fuel-rxjava/README.md @@ -1,5 +1,5 @@ # fuel-rxjava -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) The rxjava extension package for [`Fuel`](../README.md). @@ -7,7 +7,7 @@ The rxjava extension package for [`Fuel`](../README.md). You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-rxjava` with `Maven` and `Gradle`. The rxjava package has the following dependencies: * `fuel:fuel:` -* Kotlin: 1.3.10 +* Kotlin: 1.3.20 * RxJava: 2.2.x ```groovy diff --git a/fuel-test/README.md b/fuel-test/README.md index b5996c6b6..d615f40d7 100644 --- a/fuel-test/README.md +++ b/fuel-test/README.md @@ -1,4 +1,4 @@ # fuel-test -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) -Common Test functionality for all `fuel` modules. \ No newline at end of file +Common Test functionality for all `fuel` modules. diff --git a/fuel/README.md b/fuel/README.md index d4de25da6..1de98fc66 100644 --- a/fuel/README.md +++ b/fuel/README.md @@ -1,12 +1,12 @@ # Fuel (core) -[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.10-blue.svg)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.20-blue.svg)](https://kotlinlang.org) The core package for [`Fuel`](../README.md). The documentation outlined here touches most subjects and functions but is not exhaustive. ## Installation You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `Fuel` with `Maven` and `Gradle`. The core package has the following dependencies: -* Kotlin - 1.3.10 +* Kotlin - 1.3.20 * KotlinX Coroutines - 1.0.1 ```groovy