From b4f524bc720cdfc2dc3d218345d073da6204806b Mon Sep 17 00:00:00 2001 From: Jacob Peterson <14127217+Petersoj@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:02:10 -0700 Subject: [PATCH] Update to 6.2-2.0.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a671e87..3e87d85 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ If you are using Gradle as your build tool, add the following dependency to your ``` dependencies { - implementation group: 'net.jacobpeterson', name: 'iqfeed4j', version: '6.2-1.7.1' + implementation group: 'net.jacobpeterson', name: 'iqfeed4j', version: '6.2-2.0.0' } ``` @@ -33,7 +33,7 @@ If you are using Maven as your build tool, add the following dependency to your net.jacobpeterson iqfeed4j - 6.2-1.7.1 + 6.2-2.0.0 compile ``` diff --git a/build.gradle b/build.gradle index fc7a7f3..f725341 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'jsonschema2pojo' final def projectGroup = "net.jacobpeterson" final def projectArtifactID = "iqfeed4j" -final def projectVersion = "6.2-1.7.1-SNAPSHOT" +final def projectVersion = "6.2-2.0.0-SNAPSHOT" group = projectGroup version = projectVersion