Skip to content

Commit

Permalink
Version 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
acsbendi committed Feb 27, 2024
1 parent 6e99a15 commit 2265289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.5'
implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
`maven-publish`
}

val currentVersion = "1.0.5"
val currentVersion = "1.0.6"

group = "com.acsbendi"
version = currentVersion
Expand Down

0 comments on commit 2265289

Please sign in to comment.