Skip to content

Commit

Permalink
Merge pull request #316 from jimmy-holzer-box/release_bump
Browse files Browse the repository at this point in the history
Bumping release number before publishing
  • Loading branch information
jimmy-holzer-box authored Oct 18, 2017
2 parents d2c3d74 + 416563f commit 8ea569e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions box-content-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ android {
version "4.99." + git_count + "-SNAPSHOT"
} else {
/* Update in BoxConfig.SDK_VERSION as well */
versionCode 40010
versionName "4.0.10"
version "4.0.10"
versionCode 40011
versionName "4.0.11"
version "4.0.11"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static BoxCache getCache() {
/**
* Version string
*/
public static String SDK_VERSION = "4.0.10";
public static String SDK_VERSION = "4.0.11";

/**
* Optional paramater for whether authentication should use
Expand Down

0 comments on commit 8ea569e

Please sign in to comment.