Skip to content

Commit bbb407b

Browse files
committed
chore: #104 Update version number in README
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 327bc33 commit bbb407b

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
@@ -11,9 +11,9 @@ A Java Client or SDK that allows you to interact with the Microcks API. It has m
1111

1212
## Build Status
1313

14-
Latest released version is `0.0.6`.
14+
Latest released version is `0.0.7`.
1515

16-
Current development version is `0.0.7-SNAPSHOT`.
16+
Current development version is `0.0.8-SNAPSHOT`.
1717

1818
#### Fossa license and security scans
1919

@@ -49,14 +49,14 @@ If you're using Maven:
4949
<dependency>
5050
<groupId>io.github.microcks</groupId>
5151
<artifactId>microcks-java-client</artifactId>
52-
<version>0.0.6</version>
52+
<version>0.0.7</version>
5353
</dependency>
5454
```
5555

5656
or if you're using Gradle:
5757
```groovy
5858
dependencies {
59-
implementation 'io.github.microcks:microcks-java-client:0.0.6'
59+
implementation 'io.github.microcks:microcks-java-client:0.0.7'
6060
}
6161
```
6262

0 commit comments

Comments
 (0)