Skip to content

Commit e250402

Browse files
committed
docs(README): Update installation version numbers
1 parent c80816f commit e250402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ To find the correct version to specify in your dependency definitions, consult t
1414
<dependency>
1515
<groupId>com.ibm.cloud</groupId>
1616
<artifactId>sdk-core</artifactId>
17-
<version>1.1.0</version>
17+
<version>3.0.3</version>
1818
</dependency>
1919
```
2020

2121
##### Gradle
2222

2323
```gradle
24-
'com.ibm.cloud:sdk-core:1.1.0'
24+
'com.ibm.cloud:sdk-core:3.0.3'
2525
```
2626
# Issues
2727

0 commit comments

Comments
 (0)