From 177f262e14d59c77c4cd8fdf415aca452690e99c Mon Sep 17 00:00:00 2001 From: Junghoon Ban Date: Tue, 12 Sep 2023 13:45:08 +0900 Subject: [PATCH] bump: version up to v1.0.3 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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