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' } ```