Skip to content

Commit

Permalink
Updated versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
concurrent-recursion committed Jun 14, 2023
1 parent d77ef93 commit e7eda26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Add the following to your pom.xml
<dependency>
<groupId>io.github.concurrent-recursion</groupId>
<artifactId>enterprisesearch-java-client</artifactId>
<version>0.3.1</version>
<version>0.4.0</version>
</dependency>
```
### Gradle
Add the following dependency
```groovy
dependencies {
implementation 'io.github.concurrent-recursion:enterprisesearch-java-client:0.3.1'
implementation 'io.github.concurrent-recursion:enterprisesearch-java-client:0.4.0'
}
```

Expand Down

0 comments on commit e7eda26

Please sign in to comment.