Skip to content

Commit 9359345

Browse files
author
Lars Wander
committed
Update install instructions with 0.2 version
1 parent 5b7b6c4 commit 9359345

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ Add this dependency to your project's POM:
2525
```xml
2626
<dependency>
2727
<groupId>io.kubernetes</groupId>
28-
<artifactId>client-java-util</artifactId>
29-
<version>0.1</version>
28+
<artifactId>client-java</artifactId>
29+
<version>0.2</version>
3030
<scope>compile</scope>
3131
</dependency>
3232
```
3333

3434
### Gradle users
3535

3636
```groovy
37-
compile 'io.kubernetes:client-java-util:0.1'
37+
compile 'io.kubernetes:client-java:0.2'
3838
```
3939

4040
### Others

0 commit comments

Comments
 (0)