Skip to content

Commit

Permalink
Release version: 1.0.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tmurakami committed Jun 15, 2018
1 parent 69fb1a8 commit 71ba616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CircleCI](https://circleci.com/gh/tmurakami/dexopener.svg?style=shield)](https://circleci.com/gh/tmurakami/dexopener)
[![Release](https://jitpack.io/v/tmurakami/dexopener.svg)](https://jitpack.io/#tmurakami/dexopener)
[![Javadoc](https://img.shields.io/badge/Javadoc-1.0.0-brightgreen.svg)](https://jitpack.io/com/github/tmurakami/dexopener/1.0.0/javadoc/)<br>
[![Javadoc](https://img.shields.io/badge/Javadoc-1.0.1-brightgreen.svg)](https://jitpack.io/com/github/tmurakami/dexopener/1.0.1/javadoc/)<br>
![Android](https://img.shields.io/badge/Android-4.1%2B-blue.svg)

A library that provides the ability to mock
Expand Down Expand Up @@ -131,7 +131,7 @@ And then, add this library as `androidTestCompile` dependency.

```groovy
dependencies {
androidTestCompile 'com.github.tmurakami:dexopener:1.0.0'
androidTestCompile 'com.github.tmurakami:dexopener:1.0.1'
}
```

Expand Down

0 comments on commit 71ba616

Please sign in to comment.