Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm717 committed Jan 16, 2024
1 parent 515629f commit 0419053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ The client can be used with Java 1.8+ and pulled into Maven or Gradle projects.
<dependency>
<groupId>com.vertexvis</groupId>
<artifactId>api-client-java</artifactId>
<version>0.7.5</version>
<version>0.7.6</version>
<scope>compile</scope>
</dependency>
```

### Gradle

```groovy
compile "com.vertexvis:api-client-java:0.7.5"
compile "com.vertexvis:api-client-java:0.7.6"
```

### Sbt

```sbt
libraryDependencies += "com.vertexvis" % "api-client-java" % "0.7.5"
libraryDependencies += "com.vertexvis" % "api-client-java" % "0.7.6"
```

### Others
Expand All @@ -44,7 +44,7 @@ mvn clean package

Then manually install the following JARs.

- `target/api-client-java-0.7.5.jar`
- `target/api-client-java-0.7.6.jar`
- `target/lib/*.jar`

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.vertexvis'
version = '0.7.5'
version = '0.7.6'

repositories {
mavenCentral()
Expand Down

0 comments on commit 0419053

Please sign in to comment.