From a6da632d4e82e6ca9952dd0ece8154f6250d85ad Mon Sep 17 00:00:00 2001 From: Dhawal Gawande Date: Tue, 2 May 2023 15:03:22 +0100 Subject: [PATCH] chore: release 1.0.1 --- LICENSE | 2 +- README.md | 6 +++--- build.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 32d05be..39b995d 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 FactSet Research Systems Inc + Copyright 2023 FactSet Research Systems Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 06841c8..a6bd0e2 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.0.0 + 1.0.1 ``` @@ -32,7 +32,7 @@ repositories { } dependencies { - implementation "com.factset.sdk:utils:1.0.0" + implementation "com.factset.sdk:utils:1.0.1" } ``` @@ -192,7 +192,7 @@ The logger `com.factset.sdk.utils.authentication.ConfidentialClient` logs out th # Copyright -Copyright 2022 FactSet Research Systems Inc +Copyright 2023 FactSet Research Systems Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/build.gradle b/build.gradle index fa245cd..7e6d8e3 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'jacoco' apply plugin: 'maven-publish' group 'com.factset.sdk' -version '1.0.0' +version '1.0.1' dependencies { implementation 'org.slf4j:slf4j-api:1.7.36'