Skip to content

Commit

Permalink
Update to 6.2-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersoj committed Sep 27, 2024
1 parent d0fa074 commit b4f524b
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.1'
implementation group: 'net.jacobpeterson', name: 'iqfeed4j', version: '6.2-2.0.0'
}
```

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.1</version>
<version>6.2-2.0.0</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 @@ -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
Expand Down

0 comments on commit b4f524b

Please sign in to comment.