Skip to content

Commit f501e99

Browse files
update version
1 parent 4bea57f commit f501e99

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ __[Kotlin DSL](https://kotlinlang.org/docs/reference/type-safe-builders.html) fo
33

44
[![Build Status](https://travis-ci.org/RubyLichtenstein/RxTest.svg?branch=master)](https://travis-ci.org/RubyLichtenstein/RxTest)
55
[![codecov](https://codecov.io/gh/RubyLichtenstein/RxTest/branch/master/graph/badge.svg)](https://codecov.io/gh/RubyLichtenstein/RxTest)
6-
[![Download](https://api.bintray.com/packages/rubylichtenstein/RxTest/com.rubylichtenstein.rxtest/images/download.svg?version=1.0.2) ](https://bintray.com/rubylichtenstein/RxKotlinTest/com.rubylichtenstein.rxtest/1.0.2/link)
7-
[![Kotlin version badge](https://img.shields.io/badge/kotlin-1.2.10-blue.svg)](http://kotlinlang.org/)
6+
[ ![Download](https://api.bintray.com/packages/rubylichtenstein/RxTest/com.rubylichtenstein.rxtest/images/download.svg) ](https://bintray.com/rubylichtenstein/RxTest/com.rubylichtenstein.rxtest/_latestVersion)[![Kotlin version badge](https://img.shields.io/badge/kotlin-1.2.10-blue.svg)](http://kotlinlang.org/)
87
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
98

109
## Key Features
@@ -181,15 +180,15 @@ fun <T, U : BaseTestConsumer<T, U>> valueCountBetween(min: Int, max: Int)
181180
## Download
182181
- Gradle
183182
```groovy
184-
testCompile 'com.rubylichtenstein:rxtest:1.0.2'
183+
testCompile 'com.rubylichtenstein:rxtest:1.0.3'
185184
```
186185

187186
- Maven
188187
```xml
189188
<dependency>
190189
<groupId>com.rubylichtenstein</groupId>
191190
<artifactId>rxtest</artifactId>
192-
<version>1.0.2</version>
191+
<version>1.0.3</version>
193192
<type>pom</type>
194193
</dependency>
195194
```

0 commit comments

Comments
 (0)