Skip to content

Commit e6a416c

Browse files
committed
Prepare 1.2.1 release
1 parent 7603f86 commit e6a416c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# RxJava2Debug
22

33
[![License](https://img.shields.io/badge/License%20-Apache%202-337ab7.svg)](https://www.apache.org/licenses/LICENSE-2.0)
4-
[![Maven](https://img.shields.io/badge/%20Maven%20-1.2.0-5bc0de.svg) ](https://mvnrepository.com/artifact/com.akaita.java/rxjava2-debug/1.2.0)
5-
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.2.0-5bc0de.svg) ](https://bintray.com/akaita/java/rxjava2-debug/_latestVersion)
4+
[![Maven](https://img.shields.io/badge/%20Maven%20-1.2.1-5bc0de.svg) ](https://mvnrepository.com/artifact/com.akaita.java/rxjava2-debug/1.2.1)
5+
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.2.1-5bc0de.svg) ](https://bintray.com/akaita/java/rxjava2-debug/_latestVersion)
66
[![Arsenal](https://img.shields.io/badge/%20Arsenal%20-%20RxJava2Debug%20-4cae4c.svg?style=flat)](https://android-arsenal.com/details/1/6027)
7-
[![Methods](https://img.shields.io/badge/%20Methods%20%7C%20Size%20-%20239%20%7C%2040%20KB-d9534f.svg)](http://www.methodscount.com/?lib=com.akaita.java%3Arxjava2-debug%3A1.2.0)
7+
[![Methods](https://img.shields.io/badge/%20Methods%20%7C%20Size%20-%20239%20%7C%2040%20KB-d9534f.svg)](http://www.methodscount.com/?lib=com.akaita.java%3Arxjava2-debug%3A1.2.1)
88

99
A library to make StackTraces involving RxJava2 more meaningful (they will always point to your code!).
1010

@@ -30,7 +30,7 @@ repositories {
3030
}
3131
3232
dependencies {
33-
compile 'com.akaita.java:rxjava2-debug:1.2.0'
33+
compile 'com.akaita.java:rxjava2-debug:1.2.1'
3434
}
3535
```
3636

@@ -41,7 +41,7 @@ repositories {
4141
}
4242
4343
dependencies {
44-
compile 'com.akaita.java:rxjava2-debug:1.2.0'
44+
compile 'com.akaita.java:rxjava2-debug:1.2.1'
4545
}
4646
```
4747

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.2.0
1+
version=1.2.1

0 commit comments

Comments
 (0)