From a73525b79ec5dfdc8e7cc319e2be979e4b6d6a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B4=E7=89=9B?= Date: Mon, 16 Oct 2017 11:38:07 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a3c5a..2e957b5 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Add it in your root build.gradle at the end of repositories: ``` dependencies { - compile 'com.github.hss01248:PageStateManager:2.0.0' + compile 'com.github.hss01248:PageStateManager:2.0.1' } ```