Skip to content

Commit

Permalink
chore: fix release 3.1.0 (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
antusus authored Feb 17, 2022
1 parent 9656274 commit 45ed62a
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 @@ -13,7 +13,7 @@ sourceCompatibility = 1.8

group = "com.box"
archivesBaseName = "box-java-sdk"
version = "3.0.0"
version = "3.1.0"

java {
withJavadocJar()
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 @@ -50,7 +50,7 @@ public class BoxAPIConnection {
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";

private static final String JAVA_VERSION = System.getProperty("java.version");
private static final String SDK_VERSION = "3.0.0";
private static final String SDK_VERSION = "3.1.0";

/**
* The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For
Expand Down

0 comments on commit 45ed62a

Please sign in to comment.