Skip to content

Commit

Permalink
bump: version up to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
junghoon-vans committed Sep 12, 2023
1 parent 4976536 commit 177f262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ 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
```xml
<dependency>
<groupId>io.vanslog</groupId>
<artifactId>testcontainers-meilisearch</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<scope>test</scope>
</dependency>
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vanslog</groupId>
<artifactId>testcontainers-meilisearch</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>

<name>testcontainers-meilisearch</name>
<description>Testcontainers Meilisearch</description>
Expand Down

0 comments on commit 177f262

Please sign in to comment.