Skip to content

Commit

Permalink
Bump version for v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gcurtis committed Feb 6, 2015
1 parent aa1e8ae commit 64ff732
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 @@ -8,7 +8,7 @@ sourceCompatibility = 1.7

group = 'com.box'
archivesBaseName = 'box-java-sdk'
version = '0.6.0-SNAPSHOT'
version = '0.6.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 @@ -78,7 +78,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 v0.6.0-SNAPSHOT";
this.userAgent = "Box Java SDK v0.6.0";
this.listeners = new ArrayList<BoxAPIConnectionListener>();
}

Expand Down

0 comments on commit 64ff732

Please sign in to comment.