Skip to content

Commit

Permalink
Prepare for release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanCaiCoding committed Jul 13, 2022
1 parent b5dbfbf commit 9dfbdbd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/delegate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit 9dfbdbd

Please sign in to comment.