Skip to content

Commit

Permalink
Version 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
acsbendi committed Apr 7, 2023
1 parent 0cf62b1 commit fc37bc3
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 @@ -22,7 +22,7 @@ allprojects {

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

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.2"
val currentVersion = "1.0.3"

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

0 comments on commit fc37bc3

Please sign in to comment.