From 9dfbdbd8f35231fe834ca1b72f22875b52b41965 Mon Sep 17 00:00:00 2001 From: Dylanc Date: Wed, 13 Jul 2022 13:45:25 +0800 Subject: [PATCH] Prepare for release 4.0.2 --- README.md | 4 ++-- README_ZH.md | 4 ++-- docs/README.md | 4 ++-- docs/zh/delegate.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bb49ee6..74a91ca 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ Add dependencies in your module `build.gradle` : ```groovy dependencies { // java - implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.1' + implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.2' // kotlin - implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1' + implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2' } ``` diff --git a/README_ZH.md b/README_ZH.md index 8e819ac..3f39e39 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -57,10 +57,10 @@ allprojects { ```groovy dependencies { // java - implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.1' + implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.2' // kotlin - implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1' + implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2' } ``` diff --git a/docs/README.md b/docs/README.md index 1250cad..fe6fcf3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -53,10 +53,10 @@ allprojects { ```groovy dependencies { // java - implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.1' + implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview:4.0.2' // kotlin - implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1' + implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2' } ``` diff --git a/docs/zh/delegate.md b/docs/zh/delegate.md index c197b48..c22610c 100644 --- a/docs/zh/delegate.md +++ b/docs/zh/delegate.md @@ -8,7 +8,7 @@ ```groovy dependencies { - implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.1' + implementation 'com.github.DylanCaiCoding.LoadingStateView:loadingstateview-ktx:4.0.2' } ```