From 71ba616697ee720df9700d4f71b869a522f9f20a Mon Sep 17 00:00:00 2001 From: Tsuyoshi Murakami Date: Sat, 16 Jun 2018 00:41:29 +0900 Subject: [PATCH] Release version: 1.0.1 [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d670fe3..2fdf352 100644 --- a/README.md +++ b/README.md @@ -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/)
+[![Javadoc](https://img.shields.io/badge/Javadoc-1.0.1-brightgreen.svg)](https://jitpack.io/com/github/tmurakami/dexopener/1.0.1/javadoc/)
![Android](https://img.shields.io/badge/Android-4.1%2B-blue.svg) A library that provides the ability to mock @@ -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' } ```