Skip to content

Commit ca94c62

Browse files
committed
chore: #2 Prepare next iteration
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 988ef3d commit ca94c62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ A Java Client or SDK that allows you to interact with the Microcks API. It has m
99

1010
## Build Status
1111

12-
Latest released version is `0.0.1`.
12+
Latest released version is `0.0.2`.
1313

14-
Current development version is `0.0.2-SNAPSHOT`.
14+
Current development version is `0.0.3-SNAPSHOT`.
1515

1616
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/microcks/microcks-java-client/build-verify.yml?logo=github&style=for-the-badge)](https://github.com/microcks/microcks-java-client/actions)
1717

1818
## Versions
1919

2020
| Java Client | Microcks Version |
2121
|-------------|------------------|
22-
| 0.0.1 | 1.10.0 and + |
22+
| 0.0.2 | 1.10.0 and + |
2323

2424
## How to use it?
2525

@@ -30,14 +30,14 @@ If you're using Maven:
3030
<dependency>
3131
<groupId>io.github.microcks</groupId>
3232
<artifactId>microcks-java-client</artifactId>
33-
<version>0.0.1</version>
33+
<version>0.0.2</version>
3434
</dependency>
3535
```
3636

3737
or if you're using Gradle:
3838
```groovy
3939
dependencies {
40-
implementation 'io.github.microcks:microcks-java-client:0.0.1'
40+
implementation 'io.github.microcks:microcks-java-client:0.0.2'
4141
}
4242
```
4343

0 commit comments

Comments
 (0)