Skip to content

Commit 1420571

Browse files
committed
chore: #219 Updating versions in README
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent 36966d6 commit 1420571

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.3.2`.
31+
Latest released version is `0.4.0`.
3232

33-
Current development version is `0.4.0-SNAPSHOT`.
33+
Current development version is `0.4.1-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.3.2</version>
73+
<version>0.4.0</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.3.2'
81+
testImplementation 'io.github.microcks:microcks-testcontainers:0.4.0'
8282
}
8383
```
8484

0 commit comments

Comments
 (0)