Skip to content

Commit cbffb8f

Browse files
committed
bump: version up to v1.0.4
1 parent 1be2655 commit cbffb8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Testcontainers Meilisearch
55
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=testcontainers-meilisearch&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=testcontainers-meilisearch)
66
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=testcontainers-meilisearch&metric=coverage)](https://sonarcloud.io/summary/new_code?id=testcontainers-meilisearch)
77
![LICENSE](https://img.shields.io/github/license/junghoon-vans/testcontainers-meilisearch?label=License)
8-
[![DockerHub](https://img.shields.io/badge/meilisearch-v1.3.3-blue)](https://hub.docker.com/layers/getmeili/meilisearch/v1.3.3/images/sha256-8d12f77477d9871efd7c594e2e3fc64f4ec48132dd3e049ea8fb159365d14f0a?context=explore)
8+
[![DockerHub](https://img.shields.io/badge/meilisearch-v1.3.4-blue)](https://hub.docker.com/layers/getmeili/meilisearch/v1.3.4/images/sha256-3a577f9952b1c9886adbea3742de012ca202bbe69a7943695b6edd8073425376?context=explore)
99

1010
A [Testcontainers](https://www.testcontainers.org/) implementation for [Meilisearch](https://www.meilisearch.com/).
1111

@@ -45,15 +45,15 @@ You can add it as a dependency to your project using the following snippets.
4545
### Gradle
4646

4747
```groovy
48-
testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.3'
48+
testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.4'
4949
```
5050

5151
### Maven
5252
```xml
5353
<dependency>
5454
<groupId>io.vanslog</groupId>
5555
<artifactId>testcontainers-meilisearch</artifactId>
56-
<version>1.0.3</version>
56+
<version>1.0.4</version>
5757
<scope>test</scope>
5858
</dependency>
5959
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.vanslog</groupId>
88
<artifactId>testcontainers-meilisearch</artifactId>
9-
<version>1.0.4-SNAPSHOT</version>
9+
<version>1.0.4</version>
1010

1111
<name>testcontainers-meilisearch</name>
1212
<description>Testcontainers Meilisearch</description>

0 commit comments

Comments
 (0)