Skip to content

Commit

Permalink
Update to 6.2-1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersoj committed Dec 30, 2021
1 parent 36ff7c3 commit fb2feec
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.5.4'
implementation group: 'net.jacobpeterson', name: 'iqfeed4j', version: '6.2-1.5.5'
}
```

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.5.4</version>
<version>6.2-1.5.5</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 @@ -29,7 +29,7 @@ apply plugin: 'jsonschema2pojo'
tasks.getByName('generateJsonSchema2Pojo').enabled(false) // Disable default 'jsonSchema2Pojo' task

group 'net.jacobpeterson'
version '6.2-1.5.4-SNAPSHOT'
version '6.2-1.5.5-SNAPSHOT'

repositories {
mavenCentral()
Expand Down

0 comments on commit fb2feec

Please sign in to comment.