Skip to content

Commit cca2dac

Browse files
committed
bump: version up to v1.0.2
1 parent ac56543 commit cca2dac

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ You can add it as a dependency to your project using the following snippets.
4545
### Gradle
4646

4747
```groovy
48-
testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.1'
48+
testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.2'
4949
```
5050

5151
### Maven
5252
```xml
5353
<dependency>
5454
<groupId>io.vanslog</groupId>
5555
<artifactId>testcontainers-meilisearch</artifactId>
56-
<version>1.0.1</version>
56+
<version>1.0.2</version>
5757
<scope>test</scope>
5858
</dependency>
5959
```

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.vanslog</groupId>
88
<artifactId>testcontainers-meilisearch</artifactId>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>1.0.2</version>
1010

1111
<name>testcontainers-meilisearch</name>
1212
<description>Testcontainers Meilisearch</description>
@@ -20,6 +20,11 @@
2020
</developer>
2121
</developers>
2222

23+
<organization>
24+
<name>Junghoon Ban</name>
25+
<url>https://github.com/junghoon-vans</url>
26+
</organization>
27+
2328
<properties>
2429
<!-- Compiler -->
2530
<maven.compiler.source>11</maven.compiler.source>

0 commit comments

Comments
 (0)