From d965addf0a6f05303d0f026a7f32a364ef16dd58 Mon Sep 17 00:00:00 2001 From: acsbendi Date: Sun, 5 Jun 2022 14:26:36 +0200 Subject: [PATCH] Version 1.0.1. --- README.md | 2 +- app/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51fb9fa..429df8f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ allprojects { ```gradle dependencies { - implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.0' + implementation 'com.github.acsbendi:Android-Request-Inspector-WebView:1.0.1' } ``` diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fd46438..e72e6a6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -4,7 +4,7 @@ plugins { `maven-publish` } -val currentVersion = "1.0.0" +val currentVersion = "1.0.1" group = "com.acsbendi" version = currentVersion