diff --git a/README.md b/README.md index 09cfc32..250a729 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Implementations of Adhan in other languages can be found in the parent repo [Adh ### Gradle ``` -implementation 'com.batoulapps.adhan:adhan:1.2.0' +implementation 'com.batoulapps.adhan:adhan:1.2.1' ``` ### Maven @@ -22,7 +22,7 @@ implementation 'com.batoulapps.adhan:adhan:1.2.0' com.batoulapps.adhan adhan - 1.2.0 + 1.2.1 ``` diff --git a/gradle.properties b/gradle.properties index eb33afc..a819458 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.batoulapps.adhan -VERSION_NAME=1.2.0 +VERSION_NAME=1.2.1 POM_DESCRIPTION=A high precision Islamic prayer times library POM_URL=https://github.com/batoulapps/adhan-java/