Skip to content

Commit d4ef69a

Browse files
committed
chore: #89 Prepare release and upgrade version number
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent f4c8ee7 commit d4ef69a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 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.5`.
14+
Latest released version is `0.0.6`.
1515

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

1818
#### Fossa license and security scans
1919

@@ -38,10 +38,7 @@ To get involved with our community, please make sure you are familiar with the p
3838

3939
| Java Client | Microcks Version |
4040
|-------------|------------------|
41-
| `0.0.2` | `1.10.0` and + |
42-
| `0.0.3` | `1.10.0` and + |
43-
| `0.0.4` | `1.10.0` and + |
44-
| `0.0.5` | `1.10.0` and + |
41+
| `0.0.x` | `1.10.0` and + |
4542

4643
## How to use it?
4744

@@ -52,14 +49,14 @@ If you're using Maven:
5249
<dependency>
5350
<groupId>io.github.microcks</groupId>
5451
<artifactId>microcks-java-client</artifactId>
55-
<version>0.0.5</version>
52+
<version>0.0.6</version>
5653
</dependency>
5754
```
5855

5956
or if you're using Gradle:
6057
```groovy
6158
dependencies {
62-
implementation 'io.github.microcks:microcks-java-client:0.0.5'
59+
implementation 'io.github.microcks:microcks-java-client:0.0.6'
6360
}
6461
```
6562

0 commit comments

Comments
 (0)