Skip to content

Commit 8370036

Browse files
committed
chore: #224 Update version to 0.4.1 in README
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent 961e348 commit 8370036

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Java library for Testcontainers that enables embedding Microcks into your JUnit
2828

2929
## Build Status
3030

31-
Latest released version is `0.4.0`.
31+
Latest released version is `0.4.1`.
3232

33-
Current development version is `0.4.1-SNAPSHOT`.
33+
Current development version is `0.4.2-SNAPSHOT`.
3434

3535
#### Sonarcloud Quality metrics
3636

@@ -70,15 +70,15 @@ If you're using Maven:
7070
<dependency>
7171
<groupId>io.github.microcks</groupId>
7272
<artifactId>microcks-testcontainers</artifactId>
73-
<version>0.4.0</version>
73+
<version>0.4.1</version>
7474
</dependency>
7575
```
7676

7777
or if you're using Gradle:
7878

7979
```groovy
8080
dependencies {
81-
testImplementation 'io.github.microcks:microcks-testcontainers:0.4.0'
81+
testImplementation 'io.github.microcks:microcks-testcontainers:0.4.1'
8282
}
8383
```
8484

0 commit comments

Comments
 (0)