diff --git a/README.md b/README.md index b95685b..db9a838 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add the below dependency to the project's POM: com.factset.sdk utils - 1.1.0-SNAPSHOT + 1.1.0 ``` @@ -32,7 +32,7 @@ repositories { } dependencies { - implementation "com.factset.sdk:utils:1.1.0-SNAPSHOT" + implementation "com.factset.sdk:utils:1.1.0" } ``` diff --git a/build.gradle b/build.gradle index b84a02d..b62720d 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'jacoco' apply plugin: 'maven-publish' group 'com.factset.sdk' -version '1.1.0-SNAPSHOT' +version '1.1.0' dependencies { implementation 'org.slf4j:slf4j-api:1.7.36'