diff --git a/README.md b/README.md index ada3553..90d4e99 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add the below dependency to the project's POM: com.factset.sdk.eventdriven factsettrading - 2.0.0 + 2.0.1 ``` @@ -37,7 +37,7 @@ repositories { } dependencies { - implementation "com.factset.sdk.eventdriven:factsettrading:2.0.0" + implementation "com.factset.sdk.eventdriven:factsettrading:2.0.1" } ``` diff --git a/build.gradle.kts b/build.gradle.kts index c72fa9e..18a446a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.factset.sdk.eventdriven" -version = "2.0.0" +version = "2.0.1" java { withJavadocJar()