Skip to content

Commit ea57846

Browse files
committed
chore: #69 Bumping versions in README for release
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 9f9307a commit ea57846

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 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.4`.
14+
Latest released version is `0.0.5`.
1515

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

1818
#### Fossa license and security scans
1919

@@ -41,6 +41,7 @@ To get involved with our community, please make sure you are familiar with the p
4141
| `0.0.2` | `1.10.0` and + |
4242
| `0.0.3` | `1.10.0` and + |
4343
| `0.0.4` | `1.10.0` and + |
44+
| `0.0.5` | `1.10.0` and + |
4445

4546
## How to use it?
4647

@@ -51,14 +52,14 @@ If you're using Maven:
5152
<dependency>
5253
<groupId>io.github.microcks</groupId>
5354
<artifactId>microcks-java-client</artifactId>
54-
<version>0.0.4</version>
55+
<version>0.0.5</version>
5556
</dependency>
5657
```
5758

5859
or if you're using Gradle:
5960
```groovy
6061
dependencies {
61-
implementation 'io.github.microcks:microcks-java-client:0.0.4'
62+
implementation 'io.github.microcks:microcks-java-client:0.0.5'
6263
}
6364
```
6465

0 commit comments

Comments
 (0)