Skip to content

Commit 796b07b

Browse files
committed
chore: #49 Preparing next iteration
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 1faff51 commit 796b07b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

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

16-
Current development version is `0.0.3-SNAPSHOT`.
16+
Current development version is `0.0.4-SNAPSHOT`.
1717

1818
#### Fossa license and security scans
1919

@@ -39,6 +39,7 @@ To get involved with our community, please make sure you are familiar with the p
3939
| Java Client | Microcks Version |
4040
|-------------|------------------|
4141
| `0.0.2` | `1.10.0` and + |
42+
| `0.0.3` | `1.10.0` and + |
4243

4344
## How to use it?
4445

@@ -49,14 +50,14 @@ If you're using Maven:
4950
<dependency>
5051
<groupId>io.github.microcks</groupId>
5152
<artifactId>microcks-java-client</artifactId>
52-
<version>0.0.2</version>
53+
<version>0.0.3</version>
5354
</dependency>
5455
```
5556

5657
or if you're using Gradle:
5758
```groovy
5859
dependencies {
59-
implementation 'io.github.microcks:microcks-java-client:0.0.2'
60+
implementation 'io.github.microcks:microcks-java-client:0.0.3'
6061
}
6162
```
6263

@@ -79,7 +80,7 @@ ConfigApi configApi = new ConfigApi(apiClient);
7980
KeycloakConfig config = configApi.getKeycloakConfig();
8081
```
8182

82-
Check the[ ]Microcks' OpenAPI reference](https://microcks.io/documentation/references/apis/open-api/) for comprehensive
83+
Check the [Microcks' OpenAPI reference](https://microcks.io/documentation/references/apis/open-api/) for comprehensive
8384
list of available endpoints and their parameters.
8485

8586
### Access to authenticated endpoints

0 commit comments

Comments
 (0)