Skip to content

Commit

Permalink
Merge #243
Browse files Browse the repository at this point in the history
243: Update release v0.5.0 r=alallema a=alallema



Co-authored-by: alallema <[email protected]>
Co-authored-by: Amélie <[email protected]>
  • Loading branch information
3 people authored Oct 13, 2021
2 parents 8282bc5 + 85293ef commit 4d2a6cb
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 @@ -53,7 +53,7 @@ Add the following code to the `<dependencies>` section of your project:
<dependency>
<groupId>com.meilisearch.sdk</groupId>
<artifactId>meilisearch-java</artifactId>
<version>0.4.1</version>
<version>0.5.0</version>
<type>pom</type>
</dependency>
```
Expand All @@ -63,7 +63,7 @@ Add the following code to the `<dependencies>` section of your project:
Add the following line to the `dependencies` section of your `build.gradle`:

```groovy
implementation 'com.meilisearch.sdk:meilisearch-java:0.4.1'
implementation 'com.meilisearch.sdk:meilisearch-java:0.5.0'
```

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

group = 'com.meilisearch.sdk'
archivesBaseName = 'meilisearch-java'
version = '0.4.1'
version = '0.5.0'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 4d2a6cb

Please sign in to comment.