Skip to content

Commit

Permalink
Bump version (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultz authored Nov 28, 2023
1 parent 2c7cacd commit 0d01220
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.6.6</version>
<version>0.7.0</version>
<scope>compile</scope>
</dependency>
```

### Gradle

```groovy
compile "com.vertexvis:api-client-java:0.6.6"
compile "com.vertexvis:api-client-java:0.7.0"
```

### Sbt

```sbt
libraryDependencies += "com.vertexvis" % "api-client-java" % "0.6.6"
libraryDependencies += "com.vertexvis" % "api-client-java" % "0.7.0"
```

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

Then manually install the following JARs.

- `target/api-client-java-0.6.6.jar`
- `target/api-client-java-0.7.0.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.6.6'
version = '0.7.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 0d01220

Please sign in to comment.