Skip to content

Commit

Permalink
Prepare 1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akaita committed Dec 8, 2017
1 parent 7e84b89 commit 55e449a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# RxJava2Debug [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Quickly%20find%20out%20the%20source%20issue%20causing%20your%20RxJava2%20stream%20fail&url=https://github.com/akaita/RxJava2Debug&via=github&hashtags=rxjava,debug,fixthatcrash)

[![License](https://img.shields.io/badge/License%20-Apache%202-337ab7.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![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)
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.2.1-5bc0de.svg) ](https://bintray.com/akaita/java/rxjava2-debug/_latestVersion)
[![Maven](https://img.shields.io/badge/%20Maven%20-1.2.2-5bc0de.svg) ](https://mvnrepository.com/artifact/com.akaita.java/rxjava2-debug/1.2.2)
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.2.2-5bc0de.svg) ](https://bintray.com/akaita/java/rxjava2-debug/_latestVersion)
[![Arsenal](https://img.shields.io/badge/%20Arsenal%20-%20RxJava2Debug%20-4cae4c.svg?style=flat)](https://android-arsenal.com/details/1/6027)
[![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)
[![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.2)

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

Expand All @@ -30,7 +30,7 @@ repositories {
}
dependencies {
compile 'com.akaita.java:rxjava2-debug:1.2.1'
compile 'com.akaita.java:rxjava2-debug:1.2.2'
}
```

Expand All @@ -41,7 +41,7 @@ repositories {
}
dependencies {
compile 'com.akaita.java:rxjava2-debug:1.2.1'
compile 'com.akaita.java:rxjava2-debug:1.2.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.2.1
version=1.2.2

0 comments on commit 55e449a

Please sign in to comment.