diff --git a/README.md b/README.md index 0d62ba0..562f366 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ allprojects { Add dependency ```groovy dependencies { - implementation 'com.github.faystmax:exchange-rates-api-client:v1.0.1' + implementation 'com.github.faystmax:exchange-rates-api-client:1.1.0' } ``` ## Build diff --git a/build.gradle b/build.gradle index 04a3c1d..c14baac 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.github.faystmax' -version = '1.0.1' +version = '1.1.0' sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11