Skip to content

Commit

Permalink
v2.8.0 Dedicated method in BoxFile for getting Representations
Browse files Browse the repository at this point in the history
  • Loading branch information
Harish Gokavarapu committed Sep 7, 2017
1 parent bc87147 commit 17ddb3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sourceCompatibility = 1.6

group = 'com.box'
archivesBaseName = 'box-java-sdk'
version = '2.7.0'
version = '2.8.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/box/sdk/BoxAPIConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public BoxAPIConnection(String clientID, String clientSecret, String accessToken
this.autoRefresh = true;
this.maxRequestAttempts = DEFAULT_MAX_ATTEMPTS;
this.refreshLock = new ReentrantReadWriteLock();
this.userAgent = "Box Java SDK v2.7.0";
this.userAgent = "Box Java SDK v2.8.0";
this.listeners = new ArrayList<BoxAPIConnectionListener>();
}

Expand Down

0 comments on commit 17ddb3c

Please sign in to comment.