Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
andybharness authored Jun 19, 2023
1 parent 2240ee1 commit f972833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The first step is to install the FF SDK as a dependency in your application usin

Refer to the [Harness Feature Flag Java Server SDK](https://mvnrepository.com/artifact/io.harness/ff-java-server-sdk) to identify the latest version for your build automation tool.

This section lists dependencies for Maven and Gradle and uses the 1.2.2 version as an example:
This section lists dependencies for Maven and Gradle and uses the 1.2.3 version as an example:

#### Maven

Expand All @@ -78,14 +78,14 @@ Add the following Maven dependency in your project's pom.xml file:
<dependency>
<groupId>io.harness</groupId>
<artifactId>ff-java-server-sdk</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

#### Gradle

```
implementation group: 'io.harness', name: 'ff-java-server-sdk', version: '1.2.2'
implementation group: 'io.harness', name: 'ff-java-server-sdk', version: '1.2.3'
```

### Code Sample
Expand Down

0 comments on commit f972833

Please sign in to comment.