Skip to content

Commit

Permalink
bump: version up to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
junghoon-vans committed Aug 29, 2023
1 parent ac56543 commit cca2dac
Show file tree
Hide file tree
Showing 2 changed files with 8 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.1'
testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.2'
```

### Maven
```xml
<dependency>
<groupId>io.vanslog</groupId>
<artifactId>testcontainers-meilisearch</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
```
7 changes: 6 additions & 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.2-SNAPSHOT</version>
<version>1.0.2</version>

<name>testcontainers-meilisearch</name>
<description>Testcontainers Meilisearch</description>
Expand All @@ -20,6 +20,11 @@
</developer>
</developers>

<organization>
<name>Junghoon Ban</name>
<url>https://github.com/junghoon-vans</url>
</organization>

<properties>
<!-- Compiler -->
<maven.compiler.source>11</maven.compiler.source>
Expand Down

0 comments on commit cca2dac

Please sign in to comment.