Skip to content

Commit 64ff732

Browse files
committed
Bump version for v0.6.0 release
1 parent aa1e8ae commit 64ff732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sourceCompatibility = 1.7
88

99
group = 'com.box'
1010
archivesBaseName = 'box-java-sdk'
11-
version = '0.6.0-SNAPSHOT'
11+
version = '0.6.0'
1212

1313
repositories {
1414
mavenCentral()

src/main/java/com/box/sdk/BoxAPIConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public BoxAPIConnection(String clientID, String clientSecret, String accessToken
7878
this.autoRefresh = true;
7979
this.maxRequestAttempts = DEFAULT_MAX_ATTEMPTS;
8080
this.refreshLock = new ReentrantReadWriteLock();
81-
this.userAgent = "Box Java SDK v0.6.0-SNAPSHOT";
81+
this.userAgent = "Box Java SDK v0.6.0";
8282
this.listeners = new ArrayList<BoxAPIConnectionListener>();
8383
}
8484

0 commit comments

Comments
 (0)