Skip to content

Commit 824283c

Browse files
committed
Update version for the next release (v0.8.0)
1 parent fc74d76 commit 824283c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,15 +401,15 @@ getting_started_add_documents_md: |-
401401
<dependency>
402402
<groupId>com.meilisearch.sdk</groupId>
403403
<artifactId>meilisearch-java</artifactId>
404-
<version>0.7.2</version>
404+
<version>0.8.0</version>
405405
<type>pom</type>
406406
</dependency>
407407
```
408408
409409
**Gradle**
410410
Add the following line to the `dependencies` section of your `build.gradle`:
411411
```groovy
412-
implementation 'com.meilisearch.sdk:meilisearch-java:0.7.2'
412+
implementation 'com.meilisearch.sdk:meilisearch-java:0.8.0'
413413
```
414414
415415
```java

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add the following code to the `<dependencies>` section of your project:
5656
<dependency>
5757
<groupId>com.meilisearch.sdk</groupId>
5858
<artifactId>meilisearch-java</artifactId>
59-
<version>0.7.2</version>
59+
<version>0.8.0</version>
6060
<type>pom</type>
6161
</dependency>
6262
```
@@ -66,7 +66,7 @@ Add the following code to the `<dependencies>` section of your project:
6666
Add the following line to the `dependencies` section of your `build.gradle`:
6767

6868
```groovy
69-
implementation 'com.meilisearch.sdk:meilisearch-java:0.7.2'
69+
implementation 'com.meilisearch.sdk:meilisearch-java:0.8.0'
7070
```
7171

7272
### Run Meilisearch <!-- omit in toc -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818

1919
group = 'com.meilisearch.sdk'
2020
archivesBaseName = 'meilisearch-java'
21-
version = '0.7.2'
21+
version = '0.8.0'
2222

2323
java {
2424
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)