From 47fb8b5c3d294001ecff02cf7487b0d8616fbbb8 Mon Sep 17 00:00:00 2001 From: Alexandr Zhurkov Date: Thu, 27 Jul 2023 13:04:13 +0300 Subject: [PATCH] Update version number: 2023.2.1 -> 2023.2.2 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae27275..2e4cab5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Gradle ``` -implementation 'com.simprints:libsimprints:2023.2.1' +implementation 'com.simprints:libsimprints:2023.2.2' ``` Maven @@ -17,7 +17,7 @@ Maven com.simprints libsimprints - 2023.2.1 + 2023.2.2 pom ``` diff --git a/build.gradle b/build.gradle index 6bade72..b453e85 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { mavenCentral() } -project.version = "2023.2.1" +project.version = "2023.2.2" android { compileSdkVersion 33