Skip to content

Commit

Permalink
Update to 6.2-1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersoj committed Jun 20, 2022
1 parent 157d2bb commit b3a85f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
implementation group: 'net.jacobpeterson', name: 'iqfeed4j', version: '6.2-1.7.1'
}
```

Expand All @@ -33,7 +33,7 @@ If you are using Maven as your build tool, add the following dependency to your
<dependency>
<groupId>net.jacobpeterson</groupId>
<artifactId>iqfeed4j</artifactId>
<version>6.2-1.7.0</version>
<version>6.2-1.7.1</version>
<scope>compile</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
apply plugin: 'jsonschema2pojo'

group 'net.jacobpeterson'
version '6.2-1.7.0-SNAPSHOT'
version '6.2-1.7.1-SNAPSHOT'

repositories {
mavenCentral()
Expand Down

0 comments on commit b3a85f6

Please sign in to comment.