Skip to content

Commit 9cdaff9

Browse files
committed
Rev to 3.2.7
1 parent 5b0ff59 commit 9cdaff9

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.6</version>
44+
<version>3.2.7</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.6'
68-
// compile 'com.spectralogic.ds3:ds3-sdk:3.2.6:all'
67+
compile 'com.spectralogic.ds3:ds3-sdk:3.2.7'
68+
// compile 'com.spectralogic.ds3:ds3-sdk:3.2.7: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.2.6'
18+
version = '3.2.7'
1919
}
2020

2121
subprojects {

0 commit comments

Comments
 (0)