diff --git a/README.md b/README.md index 5ac402f..1dad571 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-SNAPSHOT + 2.0.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 9479ddb..b431ba0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "com.factset.sdk.eventdriven" -version = "2.0.0-SNAPSHOT" +version = "2.0.0" java { withJavadocJar()