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