diff --git a/README.md b/README.md
index 9b55938..5a62827 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.1'
+testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.2'
```
### Maven
@@ -53,7 +53,7 @@ testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.1'
io.vanslog
testcontainers-meilisearch
- 1.0.1
+ 1.0.2
test
```
diff --git a/pom.xml b/pom.xml
index 54e9965..6ef1157 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.vanslog
testcontainers-meilisearch
- 1.0.2-SNAPSHOT
+ 1.0.2
testcontainers-meilisearch
Testcontainers Meilisearch
@@ -20,6 +20,11 @@
+
+ Junghoon Ban
+ https://github.com/junghoon-vans
+
+
11