Skip to content

Commit

Permalink
Bump Kotlin version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf committed Mar 23, 2016
1 parent 87a53d5 commit db9d833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fuel

[ ![Kotlin](https://img.shields.io/badge/Kotlin-1.0.0-blue.svg)](http://kotlinlang.org) [ ![jcenter](https://api.bintray.com/packages/kittinunf/maven/Fuel-Android/images/download.svg) ](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) [![Build Status](https://travis-ci.org/kittinunf/Fuel.svg?branch=master)](https://travis-ci.org/kittinunf/Fuel)
[ ![Kotlin](https://img.shields.io/badge/Kotlin-1.0.1-blue.svg)](http://kotlinlang.org) [ ![jcenter](https://api.bintray.com/packages/kittinunf/maven/Fuel-Android/images/download.svg) ](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) [![Build Status](https://travis-ci.org/kittinunf/Fuel.svg?branch=master)](https://travis-ci.org/kittinunf/Fuel)

The easiest HTTP networking library for Kotlin/Android.

Expand Down Expand Up @@ -33,9 +33,9 @@ repositories {
}
dependencies {
compile 'com.github.kittinunf.fuel:fuel:1.1.0' //for JVM
compile 'com.github.kittinunf.fuel:fuel-android:1.1.0' //for Android
compile 'com.github.kittinunf.fuel:fuel-rxjava:1.1.0' //for RxJava support
compile 'com.github.kittinunf.fuel:fuel:1.1.2' //for JVM
compile 'com.github.kittinunf.fuel:fuel-android:1.1.2' //for Android
compile 'com.github.kittinunf.fuel:fuel-rxjava:1.1.2' //for RxJava support
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ buildscript {

allprojects {
ext {
publish_version = '1.1.1'
publish_version = '1.1.2'

//dependencies version
kotlin_version = '1.0.0'
result_version = '1.0.0'
kotlin_version = '1.0.1'
result_version = '1.0.1'
rxjava_version = '1.1.1'

//test dependencies version
Expand Down

0 comments on commit db9d833

Please sign in to comment.