From 9ecb083036e576594f7d1e32ff79f4289a455e08 Mon Sep 17 00:00:00 2001 From: Granit Dula Date: Wed, 25 Oct 2023 16:22:24 +0100 Subject: [PATCH] chore: release 1.1.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 4b7f058..f9330a3 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'