Skip to content

Commit 65ab4e1

Browse files
committed
Release Candidate 18
1 parent cb33023 commit 65ab4e1

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
@@ -57,20 +57,20 @@ managementService.deleteCanister(canisterId);
5757

5858
To add Java IC4J Management Service library to your Java project use Maven or Gradle import from Maven Central.
5959

60-
<a href="https://search.maven.org/artifact/ic4j/ic4j-management/0.6.17/jar">
61-
https://search.maven.org/artifact/ic4j/ic4j-management/0.6.17/jar
60+
<a href="https://search.maven.org/artifact/ic4j/ic4j-management/0.6.18/jar">
61+
https://search.maven.org/artifact/ic4j/ic4j-management/0.6.18/jar
6262
</a>
6363

6464
```
6565
<dependency>
6666
<groupId>org.ic4j</groupId>
6767
<artifactId>ic4j-management</artifactId>
68-
<version>0.6.17</version>
68+
<version>0.6.18</version>
6969
</dependency>
7070
```
7171

7272
```
73-
implementation 'org.ic4j:ic4j-management:0.6.17'
73+
implementation 'org.ic4j:ic4j-management:0.6.18'
7474
```
7575

7676

0 commit comments

Comments
 (0)