Skip to content

Commit faf39bc

Browse files
authored
Update README.md
1 parent 2d266ce commit faf39bc

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
@@ -41,7 +41,7 @@ The SDK can also be included directly into a Maven or Gradle build. There is als
4141
<dependency>
4242
<groupId>com.spectralogic.ds3</groupId>
4343
<artifactId>ds3-sdk</artifactId>
44-
<version>3.0.3</version>
44+
<version>3.0.4</version>
4545
<!-- <classifier>all</classifier> -->
4646
</dependency>
4747
...
@@ -64,8 +64,8 @@ repositories {
6464
6565
dependencies {
6666
...
67-
compile 'com.spectralogic.ds3:ds3-sdk:3.0.3'
68-
// compile 'com.spectralogic.ds3:ds3-sdk:3.0.3:all'
67+
compile 'com.spectralogic.ds3:ds3-sdk:3.0.4'
68+
// compile 'com.spectralogic.ds3:ds3-sdk:3.0.4:all'
6969
...
7070
}
7171

0 commit comments

Comments
 (0)