diff --git a/README.md b/README.md
index 796e86b..f901ed2 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ You can add it as a dependency to your project using the following snippets.
### Gradle
```groovy
-testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.2'
+testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.3'
```
### Maven
@@ -53,7 +53,7 @@ testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.2'
io.vanslog
testcontainers-meilisearch
- 1.0.2
+ 1.0.3
test
```
diff --git a/pom.xml b/pom.xml
index 749b4e7..4b0a7c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.vanslog
testcontainers-meilisearch
- 1.0.3-SNAPSHOT
+ 1.0.3
testcontainers-meilisearch
Testcontainers Meilisearch