Skip to content

Commit

Permalink
5.1.3 bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Kulm committed Dec 14, 2016
1 parent 74d9458 commit b62d285
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 5.1.3

## Conversations

* Fix ```BrandImageLogoURL``` correctly moved to Answer model
* Fix ```DateUtil``` parsing error that occurs on Android API 16-23, and add better catching around it

# 5.1.2

## Conversations
Expand Down
2 changes: 1 addition & 1 deletion app/app-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
okhttp3Version : '3.2.0',
supportLibraryVersion : '24.1.0',
leakCanaryVersion : '1.5',
bvSdkVersion : '5.1.2',
bvSdkVersion : '5.1.3',
stethoVersion : '1.3.1',
butterknifeVersion : '8.2.1',
playServicesVersion: '9.0.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=5.1.3-RC1-SNAPSHOT
VERSION_NAME=5.1.3
GROUP=com.bazaarvoice.bvandroidsdk

POM_DESCRIPTION=Bazaarvoice Android SDK
Expand Down

0 comments on commit b62d285

Please sign in to comment.