From 334e6d26bde127f39c7fc506bc639d3bf3bab76e Mon Sep 17 00:00:00 2001 From: LittleMango <244261996@qq.com> Date: Sun, 4 Nov 2018 20:31:56 +0800 Subject: [PATCH] updateVersion --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49f6bb5..c94a22c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you're using Gradle, you can declare this library as a dependency: ```groovy dependencies { - implementation 'com.littlemango:stacklayoutmanager:1.0.4' + implementation 'com.littlemango:stacklayoutmanager:1.0.5' } ``` diff --git a/README_CN.md b/README_CN.md index 2fa46bd..85b8058 100644 --- a/README_CN.md +++ b/README_CN.md @@ -23,7 +23,7 @@ Gradle integration ```groovy dependencies { - implementation 'com.littlemango:stacklayoutmanager:1.0.4' + implementation 'com.littlemango:stacklayoutmanager:1.0.5' } ```