From 3295b2a28bf859484eab6784bfe4900a2cd9d99b Mon Sep 17 00:00:00 2001 From: Alvaro Laserna Date: Tue, 22 Apr 2025 15:53:46 +0300 Subject: [PATCH] update version --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76da2c2..6848147 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Then add TestUI dependency com.github.testdevlab TestUI - 2.0.0 + 3.0.1 ``` @@ -77,7 +77,7 @@ repositories { } dependencies { - implementation("com.github.testdevlab:TestUI:2.0.0") + implementation("com.github.testdevlab:TestUI:3.0.1") } ``` @@ -91,7 +91,7 @@ repositories { } dependencies { - implementation 'com.github.testdevlab:TestUI:2.0.0' + implementation 'com.github.testdevlab:TestUI:3.0.1' } ``` diff --git a/pom.xml b/pom.xml index fe3ecda..88c77fb 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.testdevlab TestUI - 3.0.0 + 3.0.1