Skip to content

Commit

Permalink
Update version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomeaux committed Mar 25, 2016
1 parent 5a2f3f6 commit ecd7f19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

Version 5.2.2
-------------
* Improve H-Index calculations
* Bug fixes

Version 5.2.1
-------------
* Fix play logging issues
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
applicationId "com.boardgamegeek"
minSdkVersion 9
targetSdkVersion 23
versionCode 53
versionName "5.2.1"
versionCode 54
versionName "5.2.2"
buildConfigField "String", "BRANCH", "\"" + getBranchName() + "\""
}
buildTypes {
Expand Down

0 comments on commit ecd7f19

Please sign in to comment.