diff --git a/README.md b/README.md index 77d8bdb..1a1a1ea 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.6.0' + implementation group: 'net.jacobpeterson', name: 'iqfeed4j', version: '6.2-1.7.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.6.0 + 6.2-1.7.0 compile ``` diff --git a/build.gradle b/build.gradle index fc68828..5f8d811 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ plugins { apply plugin: 'jsonschema2pojo' group 'net.jacobpeterson' -version '6.2-1.6.0-SNAPSHOT' +version '6.2-1.7.0-SNAPSHOT' repositories { mavenCentral()