Skip to content

Commit 10060d8

Browse files
authored
Merge pull request #445 from rpmoore/3_4_0_prep
Getting ready for the first offical 3.4 sdk release
2 parents 024843d + 2f8292c commit 10060d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.2.9</version>
44+
<version>3.4.0</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.2.9'
68-
// compile 'com.spectralogic.ds3:ds3-sdk:3.2.9:all'
67+
compile 'com.spectralogic.ds3:ds3-sdk:3.4.0'
68+
// compile 'com.spectralogic.ds3:ds3-sdk:3.4.0:all'
6969
...
7070
}
7171

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
allprojects {
1717
group = 'com.spectralogic.ds3'
18-
version = '3.4.0-RC2'
18+
version = '3.4.0'
1919
}
2020

2121
subprojects {

0 commit comments

Comments
 (0)